nix-config/bak/modules/keyd/default.nix
2026-03-03 10:46:08 +01:00

15 lines
243 B
Nix

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