diff options
| author | Fuwn <[email protected]> | 2025-07-09 06:19:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-09 06:19:48 -0700 |
| commit | 2d87c656073ab93124e904c34bb17449f201c2b1 (patch) | |
| tree | a5fea116a83668344bcb3f65d4d17c3030306a66 | |
| parent | Nara(Homebrew): Add Blackhole (diff) | |
| download | nixos-config-2d87c656073ab93124e904c34bb17449f201c2b1.tar.xz nixos-config-2d87c656073ab93124e904c34bb17449f201c2b1.zip | |
Ebisu(Base): Add termshot
| -rw-r--r-- | home/ebisu/base/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/ebisu/base/default.nix b/home/ebisu/base/default.nix index 8170045..064531a 100644 --- a/home/ebisu/base/default.nix +++ b/home/ebisu/base/default.nix @@ -5,5 +5,8 @@ ./ripgrep.nix ]; - home.packages = [ pkgs.tealdeer ]; + home.packages = with pkgs; [ + tealdeer + termshot + ]; } |