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 -2
View File
@@ -1,7 +1,7 @@
{
homeDirectory,
lib,
terminalPackage,
terminal,
}:
{
settingsVersion = 53;
@@ -260,7 +260,7 @@
pinnedApps = [ ];
useApp2Unit = false;
sortByMostUsed = true;
terminalCommand = "${lib.getExe terminalPackage} -e";
terminalCommand = lib.concatStringsSep " " ([ terminal.command ] ++ terminal.execArgs);
customLaunchPrefixEnabled = false;
customLaunchPrefix = "";
viewMode = "grid";