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