diff options
author | polwex <polwex@sortug.com> | 2024-09-07 00:26:37 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-07 00:26:37 +0700 |
commit | c2757fd60b8991639cc1b8a8372a5362f8d214b2 (patch) | |
tree | 5b2613f6214b5e8be4d5a80d18de8ac64ffaf539 /hosts/local/nvidia.nix | |
parent | 11d272540fb51775b2794d99d2c4bc4d66108d16 (diff) |
m
Diffstat (limited to 'hosts/local/nvidia.nix')
-rw-r--r-- | hosts/local/nvidia.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/local/nvidia.nix b/hosts/local/nvidia.nix index 84958a5..08e5d2b 100644 --- a/hosts/local/nvidia.nix +++ b/hosts/local/nvidia.nix @@ -2,7 +2,7 @@ boot.kernelModules = ["nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm"]; # boot.kernelPackages = lib.mkForce unfreePkgs.linuxKernel.packages.linux_xanmod_latest; boot.kernelParams = ["video=HDMI-A-1:1920x1080"]; - hardware.opengl = { + hardware.graphics= { # package = (pkgs.mesa.override { galliumDrivers = [ "i915" "swrast" ]; }).drivers; enable = true; }; |