5 lines
96 B
Nix
5 lines
96 B
Nix
{
|
|
home.username = "tao";
|
|
home.homeDirectory = "/home/tao";
|
|
home.stateVersion = "23.11";
|
|
}
|