home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d8a0ce9903be70b07313a420c95148dd456d4072
parent fa33bf1e379d4cf40b669f4e40a9ddd8732dc4e5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 28 Oct 2020 11:50:17 +0100

users/vincent: remove spotifyd…

… let's use the UI from time to time. But most of my time, I use my
phone or a table for spotify so…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/spotify.nix | 14+-------------
1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/users/vincent/desktop/spotify.nix b/users/vincent/desktop/spotify.nix @@ -1,17 +1,5 @@ { pkgs, ... }: { - home.packages = with pkgs; [ spotify spotify-tui ]; - services.spotifyd = { - enable = true; - package = (pkgs.spotifyd.override { withKeyring = true; withPulseAudio = true; withMpris = true; }); - settings = { - global = { - username = "vdemeester"; - use_keyring = "true"; - backend = "pulseaudio"; - device_name = "naruhodo"; # FIXME(vdemeester) change this - }; - }; - }; + home.packages = with pkgs; [ spotify ]; }