We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5197f commit 327b791Copy full SHA for 327b791
1 file changed
modules/zsh/zsh.nix
@@ -10,6 +10,14 @@
10
syntaxHighlighting.enable = true;
11
shellInit = lib.mkBefore "source ${./.p10k.zsh}";
12
promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
13
+
14
+ oh-my-zsh = {
15
+ enable = true;
16
+ plugins = [
17
+ "colored-man-pages"
18
+ "extract"
19
+ ];
20
+ };
21
};
22
23
system.userActivationScripts.zshrc = "touch .zshrc";
0 commit comments