summaryrefslogtreecommitdiff
path: root/users/seth/home.nix
blob: be1b26935071f956db8950ad201073e775a337ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
_: {
  imports = [
    ./programs
    ./shell
  ];

  home = {
    username = "seth";
    homeDirectory = "/home/seth";
    stateVersion = "23.05";
  };
}