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 | |
| 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')
| -rw-r--r-- | home/ebisu/base/default.nix | 6 | ||||
| -rw-r--r-- | home/ebisu/base/ripgrep.nix (renamed from home/ebisu/core/utility/ripgrep.nix) | 0 | ||||
| -rw-r--r-- | home/ebisu/core/utility/default.nix | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/home/ebisu/base/default.nix b/home/ebisu/base/default.nix index 0aa27d7..8170045 100644 --- a/home/ebisu/base/default.nix +++ b/home/ebisu/base/default.nix @@ -1,5 +1,9 @@ { pkgs, ... }: { - imports = [ ./go.nix ]; + imports = [ + ./go.nix + ./ripgrep.nix + ]; + home.packages = [ pkgs.tealdeer ]; } diff --git a/home/ebisu/core/utility/ripgrep.nix b/home/ebisu/base/ripgrep.nix index 5d221e3..5d221e3 100644 --- a/home/ebisu/core/utility/ripgrep.nix +++ b/home/ebisu/base/ripgrep.nix diff --git a/home/ebisu/core/utility/default.nix b/home/ebisu/core/utility/default.nix index 99f6594..0a44244 100644 --- a/home/ebisu/core/utility/default.nix +++ b/home/ebisu/core/utility/default.nix @@ -1,5 +1,4 @@ { pkgs, ... }: { - imports = [ ./ripgrep.nix ]; home.packages = [ pkgs.ripunzip ]; } |