diff options
| author | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
| commit | 11d05469368ecfe533c7720e7f5b624f2f8f19fc (patch) | |
| tree | c666f76157b6f9158a2faa723efbf10d1d3dab03 /os/core/audio.nix | |
| parent | cacaadb79a73fca27bd8bbc0a33a0713d2379655 (diff) | |
...
Diffstat (limited to 'os/core/audio.nix')
| -rw-r--r-- | os/core/audio.nix | 21 |
1 files changed, 1 insertions, 20 deletions
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 { |
