From 43513e266e8c3f200923e9e1f24baafc870ad5ad Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 18:03:08 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;