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