Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-08 18:03:08 +00:00
parent 81ad703acf
commit 43513e266e

View file

@ -59,6 +59,7 @@
fish fish
flatpak flatpak
libsForQt5.plasma-nm libsForQt5.plasma-nm
libsForQt5.plasma-pa
libsForQt5.discover libsForQt5.discover
thunderbird thunderbird
tilix tilix
@ -71,6 +72,15 @@
services.xserver.enable = true; services.xserver.enable = true;
services.xserver.desktopManager.plasma5.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
system.autoUpgrade.enable = true; system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true; system.autoUpgrade.allowReboot = true;