diff --git a/home.nix b/home.nix index 0db8963..b4a055f 100644 --- a/home.nix +++ b/home.nix @@ -46,6 +46,7 @@ network = "traefik" latest.k6 latest.hey latest.ngrok + latest.openssl latest.pavucontrol latest.bluezFull @@ -93,6 +94,7 @@ network = "traefik" latest.gitAndTools.tig latest.sublime-merge latest.meld + latest.glab latest.firefox latest.google-chrome-beta @@ -331,6 +333,8 @@ eval "$(mcfly init zsh)" eval "$(op completion zsh)"; compdef _op op +eval "$(glab completion -s zsh)" + # K8s source <(helm completion zsh) source <(k3d completion zsh)