diff --git a/modules/home-manager/programs/dev-tools.nix b/modules/home-manager/programs/dev-tools.nix index 7008027..1465d7b 100644 --- a/modules/home-manager/programs/dev-tools.nix +++ b/modules/home-manager/programs/dev-tools.nix @@ -88,6 +88,10 @@ in ] )) ]; + + programs.zsh.initExtra = '' + source <(kubectl completion zsh) + ''; }) (lib.mkIf cfg.psql.enable {