wip: dnsc-machine setup
This commit is contained in:
parent
7e3e5a536d
commit
32617e977f
1 changed files with 7 additions and 5 deletions
|
|
@ -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)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue