refactor: centralize workstation HM base and derive terminal from user metadata

This commit is contained in:
2026-04-21 22:10:11 +02:00
parent d252de8a3a
commit 055a139fd2
13 changed files with 213 additions and 66 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{
lib,
terminalPackage,
}:
{
settingsVersion = 53;
bar = {
@@ -255,7 +259,7 @@
pinnedApps = [ ];
useApp2Unit = false;
sortByMostUsed = true;
terminalCommand = "kitty -e";
terminalCommand = "${lib.getExe terminalPackage} -e";
customLaunchPrefixEnabled = false;
customLaunchPrefix = "";
viewMode = "grid";