move spotify installation to default.nix neither spotify.nix
This commit is contained in:
parent
424afb3ad4
commit
1a5bb813af
2 changed files with 1 additions and 7 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
./dae
|
./dae
|
||||||
./nh.nix
|
./nh.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./spotify.nix
|
|
||||||
|
|
||||||
# Include the hardware related config
|
# Include the hardware related config
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -49,6 +48,7 @@
|
||||||
handbrake
|
handbrake
|
||||||
wechat-uos
|
wechat-uos
|
||||||
nvtopPackages.full
|
nvtopPackages.full
|
||||||
|
spotify
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "hx";
|
environment.variables.EDITOR = "hx";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
spotify
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue