Jump to content

Zsh: Difference between revisions

fix: rename oh-my-zsh according to man home-configuration.nix
imported>Lplawlor
m (programs.zsh.oh-my-zsh options were renamed to programs.zsh.ohMyZsh)
imported>Werererer
(fix: rename oh-my-zsh according to man home-configuration.nix)
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" ];
Anonymous user