add: direnv/nix-derenv

This commit is contained in:
ooks-io 2023-12-06 11:23:29 +13:00
parent 5a0e123f83
commit 9bca5fc99a

View file

@ -50,9 +50,15 @@
pager = "less -FR"; pager = "less -FR";
}; };
}; };
direnv = {
enable = true;
nix-direnv = true;
enableFishIntegration = true;
};
fzf = { fzf = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
defaultCommand = "rg --files --hidden";
changeDirWidgetOptions = [ changeDirWidgetOptions = [
"--preview 'eza --icons {} | head -200'" "--preview 'eza --icons {} | head -200'"
"--exact" "--exact"