nixos/hosts/desktop/niri.nix

38 lines
609 B
Nix
Raw Normal View History

2025-04-27 23:58:02 +02:00
_: {
fireproof.home-manager.programs.niri.settings.outputs = {
"DP-3" = {
position = {
2025-05-20 19:25:57 +02:00
x = 1920;
y = 0;
2025-04-27 23:58:02 +02:00
};
mode = {
refresh = 164.998;
width = 2560;
height = 1440;
};
};
"DP-1" = {
position = {
2025-05-20 19:25:57 +02:00
x = 4480;
y = 0;
2025-04-27 23:58:02 +02:00
};
mode = {
refresh = 165.000;
width = 2560;
height = 1440;
};
};
2025-05-20 19:25:57 +02:00
"HDMI-A-1" = {
2025-04-27 23:58:02 +02:00
position = {
2025-05-20 19:25:57 +02:00
x = 0;
2025-04-27 23:58:02 +02:00
y = 0;
};
2025-05-20 19:25:57 +02:00
mode = {
refresh = 60.000;
width = 1920;
height = 1080;
};
2025-04-27 23:58:02 +02:00
};
};
}