feat: add audio module
This commit is contained in:
parent
0ba4655159
commit
9942d9a0bc
1 changed files with 10 additions and 0 deletions
10
modules/audio.nix
Normal file
10
modules/audio.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue