wip: more niri tweaks

This commit is contained in:
Nickolaj Jepsen 2025-04-30 15:59:52 +02:00
parent 5627b17333
commit be51b67524
5 changed files with 110 additions and 62 deletions

23
hosts/work/niri.nix Normal file
View file

@ -0,0 +1,23 @@
_: {
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;
};
};
}