formatting and first module
This commit is contained in:
parent
29e3201c57
commit
e24d7c1790
5 changed files with 203 additions and 247 deletions
10
modules/sound.nix
Normal file
10
modules/sound.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
# Enable sound.
|
||||
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