mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
home/bash: enable ripgrep
This commit is contained in:
parent
8462a15aa6
commit
e85b3a1435
|
@ -6,18 +6,6 @@
|
|||
}: {
|
||||
config = lib.mkIf config.alyraffauf.apps.bash.enable {
|
||||
programs = {
|
||||
eza = {
|
||||
enable = true;
|
||||
extraOptions = ["--group-directories-first" "--header"];
|
||||
git = true;
|
||||
icons = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
|
||||
bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
@ -40,6 +28,19 @@
|
|||
cat = lib.getExe pkgs.bat;
|
||||
};
|
||||
};
|
||||
eza = {
|
||||
enable = true;
|
||||
extraOptions = ["--group-directories-first" "--header"];
|
||||
git = true;
|
||||
icons = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
|
||||
ripgrep.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue