Update hp-omen.nix

This commit is contained in:
Aaron Honeycutt 2023-04-17 13:54:58 +00:00
parent 7d9fa427af
commit dd911a2fd7

View file

@ -9,8 +9,8 @@
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 ## Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
# Allow Unfree # Allow Unfree
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;