system
This commit is contained in:
parent
836a7e0e2c
commit
c4eed0e32f
9 changed files with 205 additions and 0 deletions
9
system/audio.nix
Normal file
9
system/audio.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue