refactor: centralize workstation HM base and derive terminal from user metadata
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
terminalPackage,
|
||||
}:
|
||||
{
|
||||
"Mod+Return" = {
|
||||
action.spawn = "kitty";
|
||||
action.spawn = "${lib.getExe terminalPackage}";
|
||||
hotkey-overlay.title = "Terminal";
|
||||
};
|
||||
"Mod+B" = {
|
||||
|
||||
Reference in New Issue
Block a user