reNixos/hand7s/home/defaults.nix
2025-04-27 12:47:02 +03:00

7 lines
132 B
Nix

{...}: {
home = {
stateVersion = "24.11";
username = "hand7s";
homeDirectory = "/home/hand7s";
};
}