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
|
||||
./nh.nix
|
||||
./steam.nix
|
||||
./spotify.nix
|
||||
|
||||
# Include the hardware related config
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -49,6 +48,7 @@
|
|||
handbrake
|
||||
wechat-uos
|
||||
nvtopPackages.full
|
||||
spotify
|
||||
];
|
||||
|
||||
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