Update hp-omen.nix

This commit is contained in:
Aaron Honeycutt 2023-01-26 17:08:54 +00:00
parent 328f91cb9b
commit 3a77df6884

View file

@ -9,6 +9,9 @@
hardware.opengl.enable = true; hardware.opengl.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
## Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true;
# Allow Unfree # Allow Unfree
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
} }