fix(displays): tweak monitor settings

This commit is contained in:
Mohammad Rafiq 2025-03-17 14:15:58 +08:00
parent 6e5b3ef586
commit 0a8100fe24
2 changed files with 3 additions and 2 deletions

View file

@ -16,4 +16,5 @@
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
}; };
boot.initrd.availableKernelModules = ["nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm"];
} }

View file

@ -16,8 +16,8 @@
# Monitors # Monitors
monitor = [ monitor = [
"HDMI-A-2, 3840x2160@60, 0x0, 2.5" # "DP-1, preferred, 0x0, 1.5"
"DP-4, 1920x1080@60, -1280x0, 1.5" # "HDMI-A-1, 1920x1080@60, -1280x0, 1.5"
", preferred, auto, 1" ", preferred, auto, 1"
]; ];