1
0
Fork 0
mirror of https://code.dumpstack.io/tools/appvm.git synced 2025-06-07 04:38:39 +00:00
appvm/nix/monitor.nix.template
2018-07-12 07:30:16 +00:00

6 lines
188 B
Text

{
services.xserver.monitorSection = ''
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Option "PreferredMode" "1920x1080_60.00"
'';
}