From da3da72c40a5d726744bc1162d4fb4499a647d65 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Wed, 8 Apr 2026 17:36:02 +0800 Subject: [PATCH] [home/hypnos] add wget, tea (gitea-cli) --- home/hosts/hypnos.nix | 2 ++ home/standalone/.zshrc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/home/hosts/hypnos.nix b/home/hosts/hypnos.nix index ac8a960..5d2e2a0 100644 --- a/home/hosts/hypnos.nix +++ b/home/hosts/hypnos.nix @@ -59,6 +59,8 @@ typst pandoc rsync + wget + tea # NixOS nix-output-monitor diff --git a/home/standalone/.zshrc b/home/standalone/.zshrc index b16c256..a153c7a 100644 --- a/home/standalone/.zshrc +++ b/home/standalone/.zshrc @@ -34,3 +34,7 @@ fi if command -v opam &> /dev/null; then eval $(opam env) fi + +if command -v tea &> /dev/null; then + eval $(tea completion zsh) +fi