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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user