wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 20:33:37 +01:00
parent 0cedda43c3
commit 88ba5e0b35
2 changed files with 13 additions and 1 deletions

12
' Normal file
View file

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

View file

@ -4,7 +4,7 @@
ids = [ "*" ]; ids = [ "*" ];
settings = { settings = {
main = { main = {
space = "overload(control, space)" space = "overload(control, space)";
}; };
}; };
}; };