nichts/hosts/cr/hermit/hardware/monitors.nix
2024-09-08 21:09:17 +02:00

16 lines
237 B
Nix

_: {
modules.system.hardware.monitors = {
eDP-1 = {
resolution = {
x = 1920;
y = 1080;
};
scale = 1;
refreshRate = 60;
position = {
x = 0;
y = 0;
};
};
};
}