Add Unfree

This commit is contained in:
Aaron Honeycutt 2022-06-02 18:33:30 +00:00
parent cd4a630525
commit 02686646fe

View file

@ -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;