mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 03:13:36 +02:00
4 lines
66 B
Nix
4 lines
66 B
Nix
{username, ...}: {
|
|
home.homeDirectory = "/Users/${username}";
|
|
}
|