summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-07 22:17:10 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-07 22:17:10 +0200
commit1e344093696014a9a75aa22ce565d82fa6f96378 (patch)
tree77f56ae490ad14787fa68003bde2ce7366d0f5d5 /common.nix
parent3c1e889f7c6701ea66e49e126fd8c8433380364b (diff)
config sync
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix35
1 files changed, 0 insertions, 35 deletions
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