Each host have nix file for home manager

To put specific host parameters
This commit is contained in:
Yorick Barbanneau 2023-09-11 00:12:48 +02:00
parent 286917b79a
commit 290d2f0c3d
4 changed files with 51 additions and 16 deletions

View file

@ -0,0 +1,15 @@
_: {
wayland.windowManager.sway.config.output = {
"Iiyama North America PL2792UH 1166310803122" = {
mode = "3840x2160@60Hz";
position = "0,0";
scale = "2";
};
"Iiyama North America PL2792UH 1176923201598" = {
mode = "3840x2160@60Hz";
position = "1920,0";
scale = "2";
transform = "90";
};
};
}