Setup pipewire

This commit is contained in:
Emmet 2023-05-23 18:56:09 -05:00
parent e1a5229f14
commit 40e6850cb2
2 changed files with 11 additions and 0 deletions

View file

@ -27,6 +27,16 @@
persist = true;
}];
# Pipewire
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;