From 0146e0439603805a5e5a79190553febf76662d83 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 1 Apr 2024 00:40:52 +1300 Subject: [PATCH] refactor(lf): rename terminal file manager environment variable --- home/modules/console/fileManager/lf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/console/fileManager/lf/default.nix b/home/modules/console/fileManager/lf/default.nix index fdad615..1dbdbf3 100644 --- a/home/modules/console/fileManager/lf/default.nix +++ b/home/modules/console/fileManager/lf/default.nix @@ -9,7 +9,7 @@ in { config = lib.mkIf cfg.enable { - home.sessionVariables.TERMFILEMANAGER = lib.mkIf cfg.default "lf"; + home.sessionVariables.FILEMANAGER = lib.mkIf cfg.default "lf"; xdg.configFile."lf/icons".source = ./icons;