Zsh: Difference between revisions

Pigs (talk | contribs)
Reorganize page layout, add configuration options for system wide zsh usage, and make it clear when the article is talking about system configuration vs home manager
P rth (talk | contribs)
m Removed thefuck extention: it has been removed from nixpkgs and replaced by pay-respects
 
Line 156: Line 156:
     plugins = [
     plugins = [
       "git"        # also requires `programs.git.enable = true;`
       "git"        # also requires `programs.git.enable = true;`
      "thefuck"    # also requires `programs.thefuck.enable = true;`
     ];
     ];
     theme = "robbyrussell";
     theme = "robbyrussell";
Line 202: Line 201:
};
};
</nowiki>
</nowiki>
}}
|name=home.nix|lang=nix}}


An example of less verbatim approach to sourcing packaged plugins can be [https://discourse.nixos.org/t/zsh-users-how-do-you-manage-plugins/9199/8 found here] and [https://discourse.nixos.org/t/zsh-users-how-do-you-manage-plugins/9199/10 here].
An example of less verbatim approach to sourcing packaged plugins can be [https://discourse.nixos.org/t/zsh-users-how-do-you-manage-plugins/9199/8 found here] and [https://discourse.nixos.org/t/zsh-users-how-do-you-manage-plugins/9199/10 here].