diff options
| author | Fuwn <[email protected]> | 2024-10-04 10:23:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-04 10:23:53 -0700 |
| commit | 33cb02e80c2250f12dc5f2ac99a9f63695b66521 (patch) | |
| tree | 90e2585173261dde1d8f73c89433de26a2636baf /home/ebisu/kansai/fortune/system/shell/scripting/ripgrep.nix | |
| parent | home: add html2md (diff) | |
| download | nixos-config-33cb02e80c2250f12dc5f2ac99a9f63695b66521.tar.xz nixos-config-33cb02e80c2250f12dc5f2ac99a9f63695b66521.zip | |
home: move some modules to core
Diffstat (limited to 'home/ebisu/kansai/fortune/system/shell/scripting/ripgrep.nix')
| -rw-r--r-- | home/ebisu/kansai/fortune/system/shell/scripting/ripgrep.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/ebisu/kansai/fortune/system/shell/scripting/ripgrep.nix b/home/ebisu/kansai/fortune/system/shell/scripting/ripgrep.nix deleted file mode 100644 index 5d221e3..0000000 --- a/home/ebisu/kansai/fortune/system/shell/scripting/ripgrep.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ pkgs, ... }: -{ - programs.ripgrep.enable = true; - home.packages = with pkgs; [ ripgrep-all ]; -} |