doc: darwin: need to specify a system user (#2220)
This commit is contained in:
parent
e08c696524
commit
2272fc312d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue