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