all repos — nixfiles @ 4f4556a5394277236d0d4eca339e9b82f79c4828

System and user configuration, managed by nix and home-manager

Add p10k configuration file

Alan Pearce
commit

4f4556a5394277236d0d4eca339e9b82f79c4828

parent

b4b0d3e13701a165d7c65350e8516382f21c3f0d

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -242,4 +242,6 @@ then builtins.readFile ../zsh/zshrc.darwin
else "" ); }; + + home.file."${config.xdg.configHome}/zsh/.p10k.zsh".source = ../zsh/p10k.zsh; }