diff --git a/layers/zsh.nix b/layers/zsh.nix
index 6b40d6d41ac7357d5a8d185f8a1b02f855526f0d..70fef95244bda887b3eae17af22a10088147861f 100644
--- a/layers/zsh.nix
+++ b/layers/zsh.nix
@@ -107,8 +107,6 @@ in
       alias icat="kitty +kitten icat"
     fi
 
-    source ${config.nix.package.src}/misc/zsh/completion.zsh
-
     if (( $+commands[direnv] ))
     then
       eval "$(direnv hook zsh)"