move spotify packages
This commit is contained in:
parent
2c18467def
commit
df24c1bc3b
@ -43,7 +43,6 @@ with config.deviceSpecific; {
|
||||
nnn
|
||||
procs
|
||||
ranger
|
||||
spotify-tui
|
||||
|
||||
# gui
|
||||
audacity
|
||||
@ -59,7 +58,6 @@ with config.deviceSpecific; {
|
||||
qbittorrent
|
||||
quodlibet
|
||||
scrcpy
|
||||
spotifywm
|
||||
system-config-printer
|
||||
tdesktop
|
||||
xarchiver
|
||||
|
@ -61,7 +61,7 @@ in {
|
||||
};
|
||||
|
||||
services.spotifyd-user = {
|
||||
enable = true;
|
||||
# enable = true;
|
||||
package = (pkgs.spotifyd.override { withALSA = false; withPulseAudio = true; withPortAudio = false; withMpris = true; });
|
||||
settings = {
|
||||
global = {
|
||||
@ -78,6 +78,11 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.alukard.home.packages = with pkgs; [
|
||||
spotify-tui
|
||||
spotifywm
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user