Skip to content

Commit 327b791

Browse files
committed
feat: omzとプラグインを少々
1 parent ef5197f commit 327b791

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

modules/zsh/zsh.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
syntaxHighlighting.enable = true;
1111
shellInit = lib.mkBefore "source ${./.p10k.zsh}";
1212
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+
};
1321
};
1422

1523
system.userActivationScripts.zshrc = "touch .zshrc";

0 commit comments

Comments
 (0)