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