doc: darwin: need to specify a system user (#2220)

This commit is contained in:
Yisrael Dov Lebow 2021-07-28 22:52:22 +03:00 committed by GitHub
parent e08c696524
commit 2272fc312d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ For example, a nix-darwin configuration may include the lines
[source,nix]
----
user.users.eve = {
name = "eve";
home = "/Users/eve";
}
home-manager.users.eve = { pkgs, ... }: {
home.packages = [ pkgs.atool pkgs.httpie ];
programs.bash.enable = true;