initial commit
This commit is contained in:
7
hosts/common/users/primary/darwin.nix
Normal file
7
hosts/common/users/primary/darwin.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
# User config applicable only to darwin
|
||||
{ config, ... }:
|
||||
{
|
||||
users.users.${config.hostSpec.username} = {
|
||||
home = "/Users/${config.hostSpec.username}";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user