chore(work): add keyboard configuration
This commit is contained in:
parent
2e22c734de
commit
89cc43f245
1 changed files with 10 additions and 0 deletions
|
@ -16,4 +16,14 @@
|
|||
];
|
||||
targets.genericLinux.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
wayland.windowManager.sway.config.input = {
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
"65261:8800:KBDFans_DZ60" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue