feat: add foot and clean up config
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user