home-manager/gui: Use first party Spotify client for now

This commit is contained in:
2023-02-13 19:41:21 +00:00
parent ccdbf0d506
commit dbeee68bdf
2 changed files with 4 additions and 4 deletions

View File

@@ -116,7 +116,9 @@ in
wev
pavucontrol
libsecret
playerctl
spotify
];
pointerCursor = {
@@ -219,7 +221,7 @@ in
playerctld.enable = true;
spotifyd = {
enable = true;
enable = false;
package = pkgs.spotifyd.override {
withMpris = true;
withKeyring = true;