Zsh: Difference between revisions

imported>Rustybucket-cloud
Renames `oh-my-zsh` to `ohMyZsh` due to the program being renamed.
imported>NWuensche
m oh my zsh named changed
Line 44: Line 44:
programs.zsh = {
programs.zsh = {
   ... # Your zsh config
   ... # Your zsh config
  ohMyZsh = {
  oh-my-zsh = {
     enable = true;
     enable = true;
     plugins = [ "git" "thefuck" ];
     plugins = [ "git" "thefuck" ];