diff options
author | Alan Pearce | 2023-07-30 05:29:50 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-30 05:29:50 +0200 |
commit | 4f4556a5394277236d0d4eca339e9b82f79c4828 (patch) | |
tree | e85beeb511b77b97cd2abe05a4fb29c145ecaa15 /user/settings | |
parent | b4b0d3e13701a165d7c65350e8516382f21c3f0d (diff) | |
download | nixfiles-4f4556a5394277236d0d4eca339e9b82f79c4828.tar.lz nixfiles-4f4556a5394277236d0d4eca339e9b82f79c4828.tar.zst nixfiles-4f4556a5394277236d0d4eca339e9b82f79c4828.zip |
Add p10k configuration file
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; } |