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; [
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue