Zsh: Difference between revisions

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