chore(work): add keyboard configuration

This commit is contained in:
Yorick Barbanneau 2025-08-25 19:10:23 +02:00
parent 2e22c734de
commit 89cc43f245
Signed by: ephase
GPG key ID: 246042E52B41FFCF

View file

@ -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";
};
};
}