From 11d05469368ecfe533c7720e7f5b624f2f8f19fc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 7 Mar 2026 22:27:05 +0100 Subject: ... --- os/core/audio.nix | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'os/core/audio.nix') diff --git a/os/core/audio.nix b/os/core/audio.nix index 5b9607c..e677a90 100644 --- a/os/core/audio.nix +++ b/os/core/audio.nix @@ -25,20 +25,6 @@ in alsa.support32Bit = true; jack.enable = true; wireplumber.enable = true; - - # wireplumber.extraConfig."10-force-input-awake" = { - # "monitor.alsa.rules" = [ - # { - # matches = [ - # { "node.name" = "~alsa_input.*HyperX.*"; } - # { "node.name" = "~alsa_output.*HyperX.*"; } - # ]; - # actions.update-props = { - # "session.suspend-on-idle" = false; - # }; - # } - # ]; - # }; }; playerctld.enable = true; spotifyd.enable = true; @@ -50,14 +36,9 @@ in hardware.enableAllFirmware = true; environment.systemPackages = with pkgs; [ - helvum + crosspipe alsa-utils ]; - - # boot.kernelParams = [ "usbcore.autosuspend=-1" ]; - # boot.extraModprobeConfig = '' - # options snd-usb-audio power_save=0 - # ''; }) (lib.mkIf cfg.disable-devices.enable { -- cgit v1.3