.dotfiles/modules-clone/home/optional/framework.nix
2026-04-02 19:25:58 +02: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";
};
};
};
};
}