diff --git a/system/global/home.nix b/system/global/home.nix index ba3022c..e5d85e7 100644 --- a/system/global/home.nix +++ b/system/global/home.nix @@ -748,27 +748,27 @@ color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a- "image/*" = "img2sixel"; "text/html" = "html | colorize"; }; + }; - home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = '' - context.modules = [ - { - name = libpipewire-module-raop-discover - args = { } - } - ] - ''; - systemd.user.services = { - snapclient = { - Unit = { - Description = "Snapclient"; - }; - Service = { - ExecStart = "${pkgs.snapcast}/bin/snapclient -h music.local"; - }; + home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = '' + context.modules = [ + { + name = libpipewire-module-raop-discover + args = { } + } + ] + ''; + systemd.user.services = { + snapclient = { + Unit = { + Description = "Snapclient"; + }; + Service = { + ExecStart = "${pkgs.snapcast}/bin/snapclient -h music.local"; }; }; - }; + }