Zsh: Difference between revisions

imported>Mic92
(fix oh-my-zsh option name.)
imported>Honky
(fixed: oh-my-zsh to ohMyZsh due to option `programs.zsh.oh-my-zsh.enable' has been renamed to `programs.zsh.ohMyZsh.enable'.)
Line 46: Line 46:
programs.zsh = {
programs.zsh = {
   ... # Your zsh config
   ... # Your zsh config
   oh-my-zsh = {
   ohMyZsh = {
     enable = true;
     enable = true;
     plugins = [ "git" "thefuck" ];
     plugins = [ "git" "thefuck" ];