From 02686646fe291b3e872030acf157c5271cccd183 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 2 Jun 2022 18:33:30 +0000 Subject: [PATCH] Add Unfree --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 39ebe77..68e80ca 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,12 @@ # Enable CUPS services.printing.enable = true; + # Allow Unfree + nixpkgs.config.allowUnfree = true; + + # Enable 32 Bit libraries for applications like Steam + hardware.opengl.driSupport32Bit = true; + # System system.stateVersion = "22.05"; system.autoUpgrade.enable = true;