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;