move spotify installation to default.nix neither spotify.nix

This commit is contained in:
Ulic-youthlic 2025-01-10 18:50:57 +08:00
parent 424afb3ad4
commit 1a5bb813af
2 changed files with 1 additions and 7 deletions

View file

@ -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";

View file

@ -1,6 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
spotify
];
}