refactor: centralize workstation HM base and derive terminal from user metadata

This commit is contained in:
2026-04-21 22:10:11 +02:00
parent d252de8a3a
commit 055a139fd2
13 changed files with 213 additions and 66 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
{
lib,
terminalPackage,
}:
{
"Mod+Return" = {
action.spawn = "kitty";
action.spawn = "${lib.getExe terminalPackage}";
hotkey-overlay.title = "Terminal";
};
"Mod+B" = {