refactor: desktop default applications

This commit is contained in:
2026-04-27 17:28:34 +02:00
parent 93624900ad
commit 44fe4552ef
11 changed files with 114 additions and 102 deletions
@@ -1,7 +1,7 @@
{
homeDirectory,
lib,
terminal,
terminalCommand,
}:
{
settingsVersion = 53;
@@ -260,7 +260,7 @@
pinnedApps = [ ];
useApp2Unit = false;
sortByMostUsed = true;
terminalCommand = lib.concatStringsSep " " ([ terminal.command ] ++ terminal.execArgs);
inherit terminalCommand;
customLaunchPrefixEnabled = false;
customLaunchPrefix = "";
viewMode = "grid";