diff --git a/profiles/applications/packages.nix b/profiles/applications/packages.nix index 04dbcd8..f078bb3 100644 --- a/profiles/applications/packages.nix +++ b/profiles/applications/packages.nix @@ -43,7 +43,6 @@ with config.deviceSpecific; { nnn procs ranger - spotify-tui # gui audacity @@ -59,7 +58,6 @@ with config.deviceSpecific; { qbittorrent quodlibet scrcpy - spotifywm system-config-printer tdesktop xarchiver diff --git a/profiles/applications/spotify.nix b/profiles/applications/spotify.nix index 17ab444..5847c50 100644 --- a/profiles/applications/spotify.nix +++ b/profiles/applications/spotify.nix @@ -61,7 +61,7 @@ in { }; services.spotifyd-user = { - enable = true; + # enable = true; package = (pkgs.spotifyd.override { withALSA = false; withPulseAudio = true; withPortAudio = false; withMpris = true; }); settings = { global = { @@ -78,6 +78,11 @@ in { }; }; }; + + home-manager.users.alukard.home.packages = with pkgs; [ + spotify-tui + spotifywm + ]; } ]; } \ No newline at end of file