mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(constants): extract terminal to $TERMINAL
This commit is contained in:
@@ -63,7 +63,7 @@ in
|
||||
};
|
||||
|
||||
niveum.applications = rec {
|
||||
fileManager = "${config.niveum.applications.terminal} -e ${pkgs.ranger}/bin/ranger";
|
||||
fileManager = "$TERMINAL -e ${pkgs.ranger}/bin/ranger";
|
||||
};
|
||||
|
||||
niveum.theme = {
|
||||
|
||||
Reference in New Issue
Block a user