hosts/marisa-7d76: dual monitor setup

This commit is contained in:
Lu Wang 2025-01-07 19:02:50 +08:00
parent 2a5ca989ed
commit 3d41960c3f
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -23,8 +23,18 @@
]; ];
programs.niri.settings = { programs.niri.settings = {
input.tablet.map-to-output = "HDMI-A-1"; outputs = {
outputs."HDMI-A-1".scale = 1.75; "HDMI-A-1" = {
scale = 1.75;
};
"DP-1" = {
scale = 1.75;
position = {
x = 0;
y = 0;
};
};
};
}; };
}; };