add: direnv/nix-derenv
This commit is contained in:
parent
5a0e123f83
commit
9bca5fc99a
1 changed files with 6 additions and 0 deletions
|
|
@ -50,9 +50,15 @@
|
|||
pager = "less -FR";
|
||||
};
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
defaultCommand = "rg --files --hidden";
|
||||
changeDirWidgetOptions = [
|
||||
"--preview 'eza --icons {} | head -200'"
|
||||
"--exact"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue