diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 8f83fee..9b2b7b7 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -67,6 +67,8 @@ lazygit btop sops + alcom + unityhub ]; # sops.age.keyFile = "/home/doloro/.config/sops/age/key.txt"; @@ -109,30 +111,6 @@ enable = true; }; }; - # {{{{{ TODO Put in different file - systemd.user.services.pw-discordaudio-virtual-device = { - Install = { - WantedBy = [ "hyprland-session.target" ]; - }; - Service = { - ExecStart = "${pkgs.writeShellScript "discord_audio_virt_device" '' - #!/run/current-system/sw/bin/bash - pw-loopback -m '[ FL FR]' --capture-props='media.class=Audio/Sink node.name=DiscordSink' -n DiscordSink - ''}"; - }; - }; - systemd.user.services.pw-gameaudio-virtual-device = { - Install = { - WantedBy = [ "hyprland-session.target" ]; - }; - Service = { - ExecStart = "${pkgs.writeShellScript "game_audio_virt_device" '' - #!/run/current-system/sw/bin/bash - pw-loopback -m '[ FL FR]' --capture-props='media.class=Audio/Sink node.name=GameAudioSink' -n GameAudioSink - ''}"; - }; - }; - # }}}}} # Let Home Manager install and manage itself. programs.home-manager.enable = true; }