nichts/hosts/world/hardware/monitors.nix

17 lines
240 B
Nix
Raw Permalink Normal View History

2025-05-15 11:22:57 +02:00
_: {
modules.system.hardware.monitors = {
eDP-1 = {
resolution = {
x = 1920;
y = 1080;
};
scale = 1;
refreshRate = 60;
position = {
x = 1920;
y = 0;
};
};
};
}