diff --git a/hostconfig/minus/hm.nix b/hostconfig/minus/hm.nix index 5d01264..fc368e5 100644 --- a/hostconfig/minus/hm.nix +++ b/hostconfig/minus/hm.nix @@ -13,6 +13,15 @@ streamlink-twitch-gui-bin ]; + services.spotifyd = { + enable = true; + settings.global = { + use_mpris = true; + bitrate = 320; + device_type = "t_v"; + }; + }; + home.sessionVariables = { SDL_VIDEODRIVER = "wayland"; QT_QPA_PLATFORM = "wayland";