Remove spotifyd and add other stuff

This commit is contained in:
2021-12-04 23:00:01 +00:00
parent ff03941538
commit a0dd5a3e17
2 changed files with 8 additions and 18 deletions

View File

@@ -58,8 +58,10 @@
nerdfonts
oh-my-zsh
pavucontrol
playerctl
python3
spotify
ranger
restic
rofi
starship
@@ -111,16 +113,4 @@
};
};
};
services = {
spotifyd = {
enable = true;
package = (pkgs.spotifyd.override { withKeyring = true; });
settings = {
global = {
useKeyring = true;
};
};
};
};
}