mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
profiles/gui: All systems moved to pipewire
This commit is contained in:
parent
2ee5f99fb3
commit
f659dd5ed8
1 changed files with 14 additions and 0 deletions
|
|
@ -7,8 +7,11 @@
|
|||
defaults.pcm.rate_converter "speexrate_best"
|
||||
'';
|
||||
};
|
||||
|
||||
/*
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
extraConfig = "unload-module module-role-cork";
|
||||
daemon.config = {
|
||||
exit-idle-time = 5;
|
||||
resample-method = "speex-float-5";
|
||||
|
|
@ -20,4 +23,15 @@
|
|||
default-sample-channels = 2;
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
jack.enable = true;
|
||||
alsa.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue