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