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