Move unfree

This commit is contained in:
Aaron Honeycutt 2022-06-02 18:33:09 +00:00
parent 170880ff44
commit cd4a630525

View file

@ -1,12 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Allow Unfree
nixpkgs.config.allowUnfree = true;
# Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true;
# Plasma # Plasma
services.xserver.enable = true; services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true; services.xserver.displayManager.sddm.enable = true;