13 lines
194 B
Nix
13 lines
194 B
Nix
{
|
|
services.keyd = {
|
|
enable = true;
|
|
default = {
|
|
ids = [ "*" ];
|
|
settings = {
|
|
main = {
|
|
space = "overload(control, space)";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|