Files
2025-05-12 23:25:39 -03:00

8 lines
161 B
Nix

# User config applicable only to darwin
{ config, ... }:
{
users.users.${config.hostSpec.username} = {
home = "/Users/${config.hostSpec.username}";
};
}