Remove spotifyd and add other stuff
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user