mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Correct resolution
This commit is contained in:
parent
6abcaf131e
commit
2d8da1ad45
5
base.nix
5
base.nix
|
@ -11,6 +11,11 @@
|
||||||
};
|
};
|
||||||
windowManager.xmonad.enable = true;
|
windowManager.xmonad.enable = true;
|
||||||
windowManager.default = "xmonad";
|
windowManager.default = "xmonad";
|
||||||
|
monitorSection = ''
|
||||||
|
Modeline "3840x2160_60.00" 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync
|
||||||
|
Option "PreferredMode" "3840x2160_60.00"
|
||||||
|
DisplaySize 286 179 # In millimeters
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
users.extraUsers.user = {
|
users.extraUsers.user = {
|
||||||
|
|
Loading…
Reference in a new issue