mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
levi: hardcode DP monitor settings
This commit is contained in:
parent
6a4a9176b0
commit
60a25bfce3
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ let
|
||||||
boot.kernelParams = [ "module_blacklist=i915" ];
|
boot.kernelParams = [ "module_blacklist=i915" ];
|
||||||
services.xserver.displayManager.gdm.wayland = false;
|
services.xserver.displayManager.gdm.wayland = false;
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
services.xserver.screenSection = ''
|
||||||
|
Option "metamodes" "DP-2: 2560x1440_165 +0+0 {AllowGSYNCCompatible=On}"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
intel = {
|
intel = {
|
||||||
|
|
Loading…
Reference in a new issue