🐛 fix build users

This commit is contained in:
2021-03-07 23:16:49 -05:00
parent 711bf1f8a1
commit 46788b1b67

View File

@ -16,9 +16,10 @@
nix.package = pkgs.nix;
# Create /etc/bashrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina
programs.zsh.enable = true; # default shell on catalina
# programs.fish.enable = true;
users.nix.configureBuildUsers = true;
users.users.walkah = {
home = "/Users/walkah";
shell = pkgs.zsh;