refactor(lf): rename terminal file manager environment variable
This commit is contained in:
parent
9f65c5c4a0
commit
0146e04396
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue