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