move spotify packages
This commit is contained in:
parent
2c18467def
commit
df24c1bc3b
@ -43,7 +43,6 @@ with config.deviceSpecific; {
|
|||||||
nnn
|
nnn
|
||||||
procs
|
procs
|
||||||
ranger
|
ranger
|
||||||
spotify-tui
|
|
||||||
|
|
||||||
# gui
|
# gui
|
||||||
audacity
|
audacity
|
||||||
@ -59,7 +58,6 @@ with config.deviceSpecific; {
|
|||||||
qbittorrent
|
qbittorrent
|
||||||
quodlibet
|
quodlibet
|
||||||
scrcpy
|
scrcpy
|
||||||
spotifywm
|
|
||||||
system-config-printer
|
system-config-printer
|
||||||
tdesktop
|
tdesktop
|
||||||
xarchiver
|
xarchiver
|
||||||
|
@ -61,7 +61,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.spotifyd-user = {
|
services.spotifyd-user = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = (pkgs.spotifyd.override { withALSA = false; withPulseAudio = true; withPortAudio = false; withMpris = true; });
|
package = (pkgs.spotifyd.override { withALSA = false; withPulseAudio = true; withPortAudio = false; withMpris = true; });
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
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