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

This commit is contained in:
Jack O'Sullivan 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;

View File

@ -162,9 +162,7 @@
};
home = {
packages = with pkgs; [
spotify
];
packages = with pkgs; [ ];
};
services = {