add nix-search-tv overlay

This commit is contained in:
do butterflies cry? 2026-03-22 14:00:44 +10:00
parent 907f048cd3
commit c23c949bf3
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 16 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
upkgs,
...
}: {
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# Shell
bash
@ -49,7 +45,7 @@
nix-prefetch-git
nix-index
nix-unit
upkgs.nix-search-tv
ns # nix-search-tv overlay
# Python
python312 # I use 3.12 since it's in a pretty stable state now