[home/hypnos] add wget, tea (gitea-cli)

This commit is contained in:
2026-04-08 17:36:02 +08:00
parent 1e19a256a1
commit da3da72c40
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -59,6 +59,8 @@
typst typst
pandoc pandoc
rsync rsync
wget
tea
# NixOS # NixOS
nix-output-monitor nix-output-monitor
+4
View File
@@ -34,3 +34,7 @@ fi
if command -v opam &> /dev/null; then if command -v opam &> /dev/null; then
eval $(opam env) eval $(opam env)
fi fi
if command -v tea &> /dev/null; then
eval $(tea completion zsh)
fi