mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01: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";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|