nichts/hosts/vali/hermit/hardware/monitors.nix

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;
};
};
};
}