Jump to content

Zsh: Difference between revisions

2 bytes removed ,  24 December 2023
m
oh-my-zsh is depreacted ohMyZsh is now standart
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)
imported>Root-Time
m (oh-my-zsh is depreacted ohMyZsh is now standart)
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" ];
Anonymous user