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

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