15 lines
243 B
Nix
15 lines
243 B
Nix
{
|
|
services.keyd = {
|
|
enable = true;
|
|
keyboards = {
|
|
default = {
|
|
ids = [ "05ac:024f" ];
|
|
settings = {
|
|
main = {
|
|
space = "overload(control, space)";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|