add nix-search-tv
This commit is contained in:
parent
c952146305
commit
8dffcd3386
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue