mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: use nvidia-open
This commit is contained in:
parent
966e8bbee3
commit
b0143c1141
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
boot.kernelParams = [ "module_blacklist=i915" ];
|
||||
services.xserver.displayManager.gdm.wayland = false;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.open = true;
|
||||
services.xserver.screenSection = ''
|
||||
Option "metamodes" "DP-2: 2560x1440_165 +0+0 {AllowGSYNCCompatible=On}"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue