.dotfiles/modules/home/optional/framework.nix
2025-12-02 00:57:35 +01:00

13 lines
234 B
Nix

_:
{
config = {
swarselsystems = {
inputs = {
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
xkb_layout = "us";
xkb_variant = "altgr-intl";
};
};
};
};
}