diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index f9ff95d..a2b7b2f 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -3,7 +3,7 @@ enable = true; oh-my-zsh = { enable = true; - plugins = [ "git" "fzf" ]; + plugins = [ "git" "fzf" "kubectx" ]; theme = "kolo"; }; history = {