🐛 fix(fzf): Fix diff_highlighter check
This commit is contained in:
parent
6af224728d
commit
79aae021ce
1 changed files with 3 additions and 1 deletions
|
@ -38,5 +38,7 @@ in
|
||||||
tmux.enableShellIntegration = lib.mkIf has-tmux true;
|
tmux.enableShellIntegration = lib.mkIf has-tmux true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.fzf_diff_highlighter = lib.mkIf has-delta "delta --paging=never --features=arctic-fox";
|
home.sessionVariables = lib.mkIf has-delta {
|
||||||
|
fzf_diff_highlighter = "delta --paging=never --features=arctic-fox";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue