nix-config/'

12 lines
182 B
Text

{
services.keyd.enable = {
default = {
ids = [ "*" ];
settings = {
main = {
space = "overload(control, space)";
};
};
};
};
}