diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 6e1bd0c7..f2feda10 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -242,4 +242,6 @@ in else "" ); }; + + home.file."${config.xdg.configHome}/zsh/.p10k.zsh".source = ../zsh/p10k.zsh; } |