wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 20:44:36 +01:00
parent 32617e977f
commit e9ca1315e2
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@
wezterm wezterm
fish fish
firefox # TODO use zen browser instead firefox # TODO use zen browser instead
keyd
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View file

@ -7,6 +7,7 @@
settings = { settings = {
main = { main = {
space = "overload(control, space)"; space = "overload(control, space)";
shift = "oneshot(shift)";
}; };
}; };
}; };