Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-19 23:50:36 +00:00
parent 371bff82f2
commit a3c94f9e80

View file

@ -20,6 +20,9 @@
}; };
}; };
# Allow Unfree
nixpkgs.config.allowUnfree = true;
# Enable 32 Bit libraries for applications like Steam # Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
@ -46,7 +49,7 @@
services.flatpak.enable = true; services.flatpak.enable = true;
# Enable PackageKit for Discover # Enable PackageKit
services.packagekit.enable = true; services.packagekit.enable = true;
# Enable fwupd # Enable fwupd
@ -71,7 +74,7 @@
fish fish
flatpak flatpak
git git
libsForQt5.discover nixos.steam
libsForQt5.plasma-nm libsForQt5.plasma-nm
libsForQt5.plasma-pa libsForQt5.plasma-pa
libsForQt5.sddm libsForQt5.sddm