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; [ environment.systemPackages = with pkgs; [
# Shell # Shell
bash bash
@ -45,6 +49,7 @@
nix-prefetch-git nix-prefetch-git
nix-index nix-index
nix-unit nix-unit
upkgs.nix-search-tv
# Python # Python
python312 # I use 3.12 since it's in a pretty stable state now python312 # I use 3.12 since it's in a pretty stable state now

View file

@ -26,7 +26,9 @@
home = { home = {
shellAliases = { shellAliases = {
# nix
nd = "nix develop"; nd = "nix develop";
ntv = "nix-search-tv";
rebuild = "nh os switch ~/flake"; rebuild = "nh os switch ~/flake";
trybuild = "nh os test ~/flake"; trybuild = "nh os test ~/flake";
brip = "batgrep"; # bat + ripgrep brip = "batgrep"; # bat + ripgrep