From 8dffcd33863fe40f435901ce0dd5f7b4f91c93f5 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sun, 22 Mar 2026 11:44:25 +1000 Subject: [PATCH] add nix-search-tv --- groups/cryos/programs.nix | 7 ++++++- homes/me/default.nix | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/groups/cryos/programs.nix b/groups/cryos/programs.nix index ee38f86..6b2fd55 100644 --- a/groups/cryos/programs.nix +++ b/groups/cryos/programs.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + pkgs, + upkgs, + ... +}: { environment.systemPackages = with pkgs; [ # Shell bash @@ -45,6 +49,7 @@ nix-prefetch-git nix-index nix-unit + upkgs.nix-search-tv # Python python312 # I use 3.12 since it's in a pretty stable state now diff --git a/homes/me/default.nix b/homes/me/default.nix index 89d16b5..34c608f 100755 --- a/homes/me/default.nix +++ b/homes/me/default.nix @@ -26,7 +26,9 @@ home = { shellAliases = { + # nix nd = "nix develop"; + ntv = "nix-search-tv"; rebuild = "nh os switch ~/flake"; trybuild = "nh os test ~/flake"; brip = "batgrep"; # bat + ripgrep