Advertisement
Guest User

Untitled

a guest
May 18th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. environment.systemPackages = with pkgs; [ zsh antigen python36Packages.powerline ];
  3.  
  4. programs = {
  5. zsh.enable = true;
  6. zsh.shellAliases = { ls = "exa"; };
  7. };
  8.  
  9. environment.variables = {
  10. ANTIGEN = [ "${pkgs.antigen}/share/antigen/antigen.zsh" ];
  11. };
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement