From cd6e1a571a4301be638632b45ac8edb5c12397e1 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 31 May 2022 13:34:50 +0000 Subject: [PATCH] Update plasma.nix --- plasma.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plasma.nix b/plasma.nix index d102fcf..165a398 100644 --- a/plasma.nix +++ b/plasma.nix @@ -1,12 +1,17 @@ { config, pkgs, ... }: { + # Allow Unfree + nixpkgs.config.allowUnfree = true; + + # Enable 32 Bit libraries for applications like Steam + hardware.opengl.driSupport32Bit = true; + # Plasma services.xserver.enable = true; services.xserver.displayManager.sddm.enable = true; services.xserver.desktopManager.plasma5.enable = true; - # Install some packages environment.systemPackages = with pkgs;