Update spotify to be installed system wide

This commit is contained in:
2025-02-26 20:45:24 +01:00
parent 745bc7b80f
commit 42e094806b
3 changed files with 12 additions and 8 deletions

View File

@@ -14,8 +14,6 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
./spotify.nix
];
nixpkgs = {

View File

@@ -1,5 +0,0 @@
{ pkgs, ... }: {
programs.spotify = {
enable = true;
};
}