Each host have nix file for home manager
To put specific host parameters
This commit is contained in:
parent
286917b79a
commit
290d2f0c3d
4 changed files with 51 additions and 16 deletions
15
home-manager/hosts/mrmeeseeks.nix
Normal file
15
home-manager/hosts/mrmeeseeks.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue