mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
23 lines
353 B
Nix
23 lines
353 B
Nix
_: {
|
|
fireproof.home-manager.programs.niri.settings.outputs = {
|
|
"DP-5" = {
|
|
position = {
|
|
x = 1920;
|
|
y = 0;
|
|
};
|
|
};
|
|
"HDMI-A-5" = {
|
|
position = {
|
|
x = 0;
|
|
y = 0;
|
|
};
|
|
};
|
|
"DP-4" = {
|
|
position = {
|
|
x = 3840;
|
|
y = 0;
|
|
};
|
|
transform.rotation = 90;
|
|
};
|
|
};
|
|
}
|