nichts/hosts/world/hardware/monitors.nix
2025-05-15 11:37:34 +02:00

16 lines
240 B
Nix

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