From edc493f7a00c36ef5dbca6226487193cd1a0e793 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 2 Apr 2024 22:37:40 +0200 Subject: [PATCH] minus: Add spotifyd --- hostconfig/minus/hm.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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";