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
|
@ -11,26 +11,13 @@
|
|||
down = "j";
|
||||
up = "k";
|
||||
right = "l";
|
||||
bars= [];
|
||||
input = {
|
||||
"type:keyboard" = {
|
||||
"1003:8258:MNT_Reform_Keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
};
|
||||
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";
|
||||
};
|
||||
};
|
||||
bars= [];
|
||||
keybindings = let
|
||||
mod = config.wayland.windowManager.sway.config.modifier;
|
||||
inherit (config.wayland.windowManager.sway.config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue