fix pipewire config
This commit is contained in:
parent
291745d331
commit
fa80b94c36
1 changed files with 6 additions and 8 deletions
|
@ -3,16 +3,14 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
etc = let
|
||||
environment.etc = let
|
||||
json = pkgs.formats.json {};
|
||||
rate = 48000;
|
||||
quantum = 256;
|
||||
|
|
Loading…
Reference in a new issue