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,6 +1,7 @@
{ {
services.keyd = { services.keyd = {
enable = true; enable = true;
keyboards = {
default = { default = {
ids = [ "*" ]; ids = [ "*" ];
settings = { settings = {
@ -10,4 +11,5 @@
}; };
}; };
}; };
};
} }