diff --git a/config-plasma.nix b/config-plasma.nix index c9bb2c6..8eae37e 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -59,6 +59,7 @@ fish flatpak libsForQt5.plasma-nm + libsForQt5.plasma-pa libsForQt5.discover thunderbird tilix @@ -71,6 +72,15 @@ services.xserver.enable = true; services.xserver.desktopManager.plasma5.enable = true; + # Enable Pipewire + security.rtkit.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + }; + # System system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true;