wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 20:32:40 +01:00
parent 847fef58b7
commit 0cedda43c3
4 changed files with 15 additions and 3 deletions

12
modules/keyd/default.nix Normal file
View file

@ -0,0 +1,12 @@
{
services.keyd.enable = {
default = {
ids = [ "*" ];
settings = {
main = {
space = "overload(control, space)"
};
};
};
};
}