mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 02:07:54 +00:00
[General]: Update configuration to NixOS 23.05 beta
This commit is contained in:
parent
786727693f
commit
e7f7c9a669
9 changed files with 46 additions and 27 deletions
|
|
@ -56,11 +56,6 @@ in {
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = mkDefault true;
|
||||
wireplumber.enable = true;
|
||||
config.pipewire-pulse = {
|
||||
"context.exec" = [
|
||||
{ path = "pactl"; args = ''load-module module-combine-sink sink_name="Sorties combinées"''; }
|
||||
];
|
||||
};
|
||||
};
|
||||
environment.etc = {
|
||||
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
||||
|
|
@ -71,6 +66,16 @@ in {
|
|||
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
||||
}
|
||||
'';
|
||||
"pipewire/pipewire-pulse.conf.d/combined-outputs.json".text = ''
|
||||
{
|
||||
"context.exec": [
|
||||
{
|
||||
"args": "load-module module-combine-sink sink_name=\"Sorties combinées\"",
|
||||
"path": "pactl"
|
||||
}
|
||||
]
|
||||
}
|
||||
'';
|
||||
};
|
||||
security.rtkit.enable = true; # Real-time support for pipewire
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue