add sound to kde

This commit is contained in:
Joseph Hanson 2024-09-25 19:09:22 -05:00
parent d4d6c4794b
commit cc7d16d9fb
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -26,6 +26,18 @@ in
};
desktopManager.plasma6.enable = true;
};
# realtime process priority
security.rtkit.enable = true;
# enable pipewire for sound
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
# extra pkgs and extensions
environment = {