mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
37 lines
609 B
Nix
37 lines
609 B
Nix
_: {
|
|
fireproof.home-manager.programs.niri.settings.outputs = {
|
|
"DP-3" = {
|
|
position = {
|
|
x = 1920;
|
|
y = 0;
|
|
};
|
|
mode = {
|
|
refresh = 164.998;
|
|
width = 2560;
|
|
height = 1440;
|
|
};
|
|
};
|
|
"DP-1" = {
|
|
position = {
|
|
x = 4480;
|
|
y = 0;
|
|
};
|
|
mode = {
|
|
refresh = 165.000;
|
|
width = 2560;
|
|
height = 1440;
|
|
};
|
|
};
|
|
"HDMI-A-1" = {
|
|
position = {
|
|
x = 0;
|
|
y = 0;
|
|
};
|
|
mode = {
|
|
refresh = 60.000;
|
|
width = 1920;
|
|
height = 1080;
|
|
};
|
|
};
|
|
};
|
|
}
|