dotfiles/nix/modules/home-manager/features/cli/default.nix
Oliver Davies 58b5e9a452 Remove ripgrep
Remove ripgrep globally but keep it installed in Neovim so live grep
will continue to work.
2025-02-27 21:19:19 +00:00

20 lines
259 B
Nix

{ ... }:
{
imports = [
./bin.nix
./bluetuith.nix
./direnv.nix
./fzf.nix
./git.nix
./neovim.nix
./notes.nix
./phpactor.nix
./starship.nix
./syncthing.nix
./tmux.nix
./tmux-sessionizer.nix
./zsh.nix
];
}