summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-07-30 05:29:50 +0200
committerAlan Pearce2023-07-30 05:29:50 +0200
commit4f4556a5394277236d0d4eca339e9b82f79c4828 (patch)
treee85beeb511b77b97cd2abe05a4fb29c145ecaa15 /user/settings/zsh.nix
parentb4b0d3e13701a165d7c65350e8516382f21c3f0d (diff)
downloadnixfiles-4f4556a5394277236d0d4eca339e9b82f79c4828.tar.lz
nixfiles-4f4556a5394277236d0d4eca339e9b82f79c4828.tar.zst
nixfiles-4f4556a5394277236d0d4eca339e9b82f79c4828.zip
Add p10k configuration file
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix2
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;
 }