nixfiles/home/common.nix

7 lines
106 B
Nix

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