home: fzf -> atuin

This commit is contained in:
Jan Kremer 2025-07-20 12:52:11 +02:00
parent 9fc99260d1
commit 720e290be2
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 2 additions and 24 deletions

View file

@ -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 = {