wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 20:37:22 +01:00
parent 7e3e5a536d
commit 32617e977f

View file

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