From 1e344093696014a9a75aa22ce565d82fa6f96378 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 7 May 2024 22:17:10 +0200 Subject: config sync --- common.nix | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 7e13762..401ed75 100644 --- a/common.nix +++ b/common.nix @@ -208,41 +208,6 @@ in support32Bit = true; }; pulse.enable = true; - wireplumber.configPackages = [ - (pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/alsa.conf" '' - monitor.alsa.rules = [ - { - matches = [ - { - device.name = "~alsa_card.*" - } - ] - actions = { - update-props = { - # Device settings - api.alsa.use-acp = true - } - } - } - { - matches = [ - { - node.name = "~alsa_input.pci.*" - } - { - node.name = "~alsa_output.pci.*" - } - ] - actions = { - # Node settings - update-props = { - session.suspend-timeout-seconds = 0 - } - } - } - ] - '') - ]; }; # allow realtime -- cgit v1.2.3