hosts
This commit is contained in:
parent
95ea2899ea
commit
9e441e1aaf
11 changed files with 172 additions and 1 deletions
10
system/audio.nix
Normal file
10
system/audio.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# jack.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue