home-manager/gui: Use first party Spotify client for now
This commit is contained in:
parent
ccdbf0d506
commit
dbeee68bdf
@ -116,7 +116,9 @@ in
|
|||||||
wev
|
wev
|
||||||
pavucontrol
|
pavucontrol
|
||||||
libsecret
|
libsecret
|
||||||
|
|
||||||
playerctl
|
playerctl
|
||||||
|
spotify
|
||||||
];
|
];
|
||||||
|
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
@ -219,7 +221,7 @@ in
|
|||||||
|
|
||||||
playerctld.enable = true;
|
playerctld.enable = true;
|
||||||
spotifyd = {
|
spotifyd = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = pkgs.spotifyd.override {
|
package = pkgs.spotifyd.override {
|
||||||
withMpris = true;
|
withMpris = true;
|
||||||
withKeyring = true;
|
withKeyring = true;
|
||||||
|
@ -162,9 +162,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [ ];
|
||||||
spotify
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
Loading…
Reference in New Issue
Block a user