diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:12:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:12:23 -0700 |
| commit | eda22a13f8e6b2b5afd0f6f6581b2bd4d5787737 (patch) | |
| tree | dc4e57a4dae7cd355d7a1ce67a0b28f5e9505058 /home/ebisu/core/scripting/ripgrep.nix | |
| parent | home: move utility to shared (diff) | |
| download | nixos-config-eda22a13f8e6b2b5afd0f6f6581b2bd4d5787737.tar.xz nixos-config-eda22a13f8e6b2b5afd0f6f6581b2bd4d5787737.zip | |
home: move scripting to shared
Diffstat (limited to 'home/ebisu/core/scripting/ripgrep.nix')
| -rw-r--r-- | home/ebisu/core/scripting/ripgrep.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/ebisu/core/scripting/ripgrep.nix b/home/ebisu/core/scripting/ripgrep.nix deleted file mode 100644 index 5d221e3..0000000 --- a/home/ebisu/core/scripting/ripgrep.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ pkgs, ... }: -{ - programs.ripgrep.enable = true; - home.packages = with pkgs; [ ripgrep-all ]; -} |