1
0
mirror of https://code.dumpstack.io/tools/appvm.git synced 2025-03-12 17:40:38 +00:00
appvm/nix/monitor.nix.template

7 lines
188 B
Plaintext
Raw Normal View History

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