home-manager/gui: Use first party Spotify client for now
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
@@ -162,9 +162,7 @@
 | 
			
		||||
              };
 | 
			
		||||
 | 
			
		||||
              home = {
 | 
			
		||||
                packages = with pkgs; [
 | 
			
		||||
                  spotify
 | 
			
		||||
                ];
 | 
			
		||||
                packages = with pkgs; [ ];
 | 
			
		||||
              };
 | 
			
		||||
 | 
			
		||||
              services = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user