Jump to content

Zsh: Difference between revisions

2 bytes added ,  9 October 2023
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
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" ];