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