1
0
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:
Kierán Meinhardt
2019-12-08 22:38:05 +01:00
parent 5664786ab4
commit 309318c4b6
4 changed files with 4 additions and 5 deletions

View File

@@ -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 = {