7 lines
132 B
Nix
7 lines
132 B
Nix
{...}: {
|
|
home = {
|
|
stateVersion = "24.11";
|
|
username = "hand7s";
|
|
homeDirectory = "/home/hand7s";
|
|
};
|
|
}
|