home: fzf -> atuin
This commit is contained in:
parent
9fc99260d1
commit
720e290be2
2 changed files with 2 additions and 24 deletions
|
|
@ -16,6 +16,8 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
atuin.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
@ -30,13 +32,6 @@
|
|||
git = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
defaultCommand = "fd --type f --strip-cwd-prefix --hidden --follow --exclude .git";
|
||||
fileWidgetCommand = "fd --type f --strip-cwd-prefix --hidden --follow --exclude .git";
|
||||
fileWidgetOptions = [ "--preview 'bat --color=always {}'" ];
|
||||
};
|
||||
|
||||
fd.enable = true;
|
||||
|
||||
ripgrep = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue