nixfiles/home/common.nix

7 lines
120 B
Nix

{ config, ... }: {
home = {
username = "kat";
stateVersion = "22.11";
homeDirectory = "/home/kat";
};
}