Zsh: Difference between revisions

imported>Yeshey
m The option oh-my-zsh has been changed to ohMyZsh
imported>Mic92
fix oh-my-zsh option name.
Line 46: Line 46:
programs.zsh = {
programs.zsh = {
   ... # Your zsh config
   ... # Your zsh config
   ohMyZsh = {
   oh-my-zsh = {
     enable = true;
     enable = true;
     plugins = [ "git" "thefuck" ];
     plugins = [ "git" "thefuck" ];