diff options
| author | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
| commit | 0d0c04f4e9c169630688d06defa14570a3cfbb32 (patch) | |
| tree | 74e5c4c4587360580894f9c8eded0088d9af5d88 /home/ebisu/fortune/system/shell/scripting/ripgrep.nix | |
| parent | hi (diff) | |
| download | nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.tar.xz nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.zip | |
format
Diffstat (limited to 'home/ebisu/fortune/system/shell/scripting/ripgrep.nix')
| -rw-r--r-- | home/ebisu/fortune/system/shell/scripting/ripgrep.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/fortune/system/shell/scripting/ripgrep.nix b/home/ebisu/fortune/system/shell/scripting/ripgrep.nix index 00de07f..75ce241 100644 --- a/home/ebisu/fortune/system/shell/scripting/ripgrep.nix +++ b/home/ebisu/fortune/system/shell/scripting/ripgrep.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ programs.ripgrep.enable = true; home.packages = with pkgs; [ |