nixfiles/home/user/home.nix

7 lines
106 B
Nix

_: {
home = {
homeDirectory = "/home/kat";
stateVersion = "22.11";
username = "kat";
};
}