feat: add foot and clean up config

This commit is contained in:
2026-04-27 15:27:27 +02:00
parent 8b31e1ca9f
commit bac6e4997b
8 changed files with 149 additions and 91 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
{
browserCommand,
lib,
terminalPackage,
terminalCommand,
}:
{
"Mod+Return" = {
action.spawn = "${lib.getExe terminalPackage}";
action.spawn = terminalCommand;
hotkey-overlay.title = "Terminal";
};
"Mod+B" = {