add nix-search-tv

This commit is contained in:
do butterflies cry? 2026-03-22 11:44:25 +10:00
parent c952146305
commit 8dffcd3386
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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