nix-config/modules/keyd/default.nix

13 lines
194 B
Nix

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