configuration/desktop: enable pipewire
This commit is contained in:
parent
9d310e9e8f
commit
e90cde3c14
19
configuration/desktop/audio.nix
Normal file
19
configuration/desktop/audio.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
./fonts.nix
|
||||
./gnome.nix
|
||||
./networking.nix
|
||||
|
Loading…
Reference in New Issue
Block a user