mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
fzf: fix it
This commit is contained in:
parent
72dc2f025f
commit
eafb18a422
1 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,11 @@ in
|
|||
bat.enable = true;
|
||||
autojump.enable = false;
|
||||
zoxide.enable = true;
|
||||
fzf.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
defaultCommand = "fd --type f";
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
jq.enable = true;
|
||||
btop.enable = true;
|
||||
try = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue