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 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;

View File

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