feat(users): Set home directory for all users
This commit is contained in:
parent
9470ea2f90
commit
a53868c454
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ in
|
|||
flake.modules.darwin.default =
|
||||
{ config, ... }:
|
||||
{
|
||||
users.users = forAllUsers' (name: _: { home = "/Users/${name}"; });
|
||||
home-manager.users = forAllUsers' (
|
||||
name: _: {
|
||||
home.username = name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue