Update audio.nix
This commit is contained in:
parent
cb5853509d
commit
5e16388888
1 changed files with 9 additions and 9 deletions
|
|
@ -8,14 +8,14 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
|
||||||
|
|
||||||
environment.etc."pipewire/pipewire-pulse.d/10-quirk-rules.conf".text = ''
|
extraConfig.pulse."10-quirk-rules" = {
|
||||||
pulse.rules = [
|
"pulse.rules" = [
|
||||||
{
|
{
|
||||||
matches = [ { application.name = "~Chromium.*" } ]
|
matches = [ { "application.name" = "~Chromium.*"; } ];
|
||||||
actions = { quirks = [ block-source-volume ] }
|
actions = { quirks = [ "block-source-volume" ]; };
|
||||||
}
|
}
|
||||||
]
|
];
|
||||||
'';
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue