mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
13 lines
234 B
Nix
13 lines
234 B
Nix
_:
|
|
{
|
|
config = {
|
|
swarselsystems = {
|
|
inputs = {
|
|
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
|
|
xkb_layout = "us";
|
|
xkb_variant = "altgr-intl";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|