From cd4a6305254d3e04c2de44bdef49083e9814ea2b Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 2 Jun 2022 18:33:09 +0000 Subject: [PATCH] Move unfree --- plasma.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plasma.nix b/plasma.nix index 7562be4..e7d2d55 100644 --- a/plasma.nix +++ b/plasma.nix @@ -1,12 +1,6 @@ { 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;