Added monitor configuration

This commit is contained in:
Benson Chu 2023-12-17 10:48:17 -06:00
parent fb10426999
commit 31a2fbc1c8

View file

@ -39,6 +39,15 @@ in
enable = true;
enableDefaultConfig = false;
};
xrandrHeads = [
{ output = "HDMI-1"; primary = false; monitorConfig = "Option \"PreferredMode\" \"2560x2880\""; }
{ output = "DP-3"; primary = true; }
];
deviceSection = ''
Option "TearFree"
'';
};
programs.nm-applet.enable = true;