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";
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue