mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-16 09:13:01 +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.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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user