diff options
| author | Fuwn <[email protected]> | 2025-01-13 22:30:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-13 22:30:38 -0800 |
| commit | 8f471625c23b37969cd91b1a6bc552046396ff58 (patch) | |
| tree | 4a29353cb92f9a9a2fb3f16e01357b4ff49f3d77 /home/ebisu/base/ripgrep.nix | |
| parent | nara: update mas apps (diff) | |
| download | nixos-config-8f471625c23b37969cd91b1a6bc552046396ff58.tar.xz nixos-config-8f471625c23b37969cd91b1a6bc552046396ff58.zip | |
ebisu: move ripgrep to base from core
Diffstat (limited to 'home/ebisu/base/ripgrep.nix')
| -rw-r--r-- | home/ebisu/base/ripgrep.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/ebisu/base/ripgrep.nix b/home/ebisu/base/ripgrep.nix new file mode 100644 index 0000000..5d221e3 --- /dev/null +++ b/home/ebisu/base/ripgrep.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + programs.ripgrep.enable = true; + home.packages = with pkgs; [ ripgrep-all ]; +} |