Zsh: Difference between revisions

imported>OctylFractal
correct oh-my-zsh config name
imported>Alex-glez-felix
The property to access oh my zsh was wrong according to https://rycee.gitlab.io/home-manager/options.html#opt-programs.zsh.oh-my-zsh
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" ];