summaryrefslogtreecommitdiff
path: root/user-profiles/zsh/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-01-03 22:37:27 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-01-03 22:37:27 +0100
commit5f21ebc0d3539276ccee967dd510e7aba8b31c0c (patch)
treebd29c23d4031f1161e704d1d7fc5aa901c38be12 /user-profiles/zsh/default.nix
parentd48742861083f37c670447ca98fb43490531be80 (diff)
downloadnixos-5f21ebc0d3539276ccee967dd510e7aba8b31c0c.tar
nixos-5f21ebc0d3539276ccee967dd510e7aba8b31c0c.tar.gz
nixos-5f21ebc0d3539276ccee967dd510e7aba8b31c0c.tar.bz2
nixos-5f21ebc0d3539276ccee967dd510e7aba8b31c0c.tar.xz
nixos-5f21ebc0d3539276ccee967dd510e7aba8b31c0c.zip
zsh customization
Diffstat (limited to 'user-profiles/zsh/default.nix')
-rw-r--r--user-profiles/zsh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-profiles/zsh/default.nix b/user-profiles/zsh/default.nix
index 58fa0376..88873c1a 100644
--- a/user-profiles/zsh/default.nix
+++ b/user-profiles/zsh/default.nix
@@ -21,6 +21,7 @@ in {
21 source "${cfg.home.homeDirectory}/${p10kZsh}" 21 source "${cfg.home.homeDirectory}/${p10kZsh}"
22 ''; 22 '';
23 initExtra = lib.mkAfter '' 23 initExtra = lib.mkAfter ''
24 source ${./zshrc}
24 source "${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" 25 source "${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
25 ''; 26 '';
26 }; 27 };