summaryrefslogtreecommitdiff
path: root/users/default.nix
blob: 7618f9cefbd172835117f14f5626cd8fdd1d405f (plain)
1
2
3
4
5
6
7
{
  configurations.home = {
    seth = {
      modules = [./seth/home.nix];
    };
  };
}