last resort nix flake update

This commit is contained in:
2026-02-22 16:55:32 +00:00
parent 79c70eea54
commit db22304952
3 changed files with 41 additions and 40 deletions

View File

@@ -18,6 +18,7 @@
<modules/hyprland/doloro-settings>
(modules.obs {
virtual_audio_devices = true;
audio = true;
autostart = true;
})
<modules/common/gaming>

View File

@@ -28,14 +28,14 @@
mergedSet = lib.mergeAttrsList [
(
let
set = lib.mkIf settings.virtual_audio_devices {
set = lib.mkIf settings.audio {
pw-discordaudio-virtual-device = {
Unit = {
Description = "OBS daemon";
After = [ "hyprland-session.target" ];
};
Install = {
WantedBy = [ "hyprland-session.target" ];
WantedBy = [ "default.target" ];
};
Service = {
ExecStart = "${pkgs.writeShellScript "discord_audio_virt_device" ''
@@ -51,7 +51,7 @@
After = [ "hyprland-session.target" ];
};
Install = {
WantedBy = [ "hyprland-session.target" ];
WantedBy = [ "default.target" ];
};
Service = {
ExecStart = "${pkgs.writeShellScript "game_audio_virt_device" ''