diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix
index 45ee9ec1..6ceb41d5 100644
--- a/home-manager/modules/zsh.nix
+++ b/home-manager/modules/zsh.nix
@@ -21,6 +21,10 @@
     ];
 
     initExtra = ''
+      if [ -f ~/.config/zsh/.p10k.zsh ]; then
+        . ~/.config/zsh/.p10k.zsh
+      fi
+
       # Case insensitive autocompletion.
       zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
       autoload -Uz compinit && compinit