forked from fabian/nix_config
modularize zsh
This commit is contained in:
parent
a5db281643
commit
4ec61784ed
5 changed files with 22 additions and 7 deletions
|
@ -34,12 +34,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
initExtra = import ./zshrc.nix pkgs;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "fabian@posixlycorrect.com";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue