modified lolcathost pipewire settings

This commit is contained in:
Emile Clark-Boman 2024-11-08 04:16:46 +10:00
parent 123c92b1b6
commit aca0bcc993
2 changed files with 8 additions and 281 deletions

View file

@ -76,10 +76,17 @@ in {
#};
# Enable sound
# TODO: use the modules/core/pipewire.nix module instead :)
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
wireplumber.enable = true;
};
# Enable touchpad support