summaryrefslogtreecommitdiff
path: root/users/seth/home.nix
blob: 26cc5fcd31faff060e3324ef4800a54f05d1ef45 (plain)
1
2
3
4
5
6
7
{
  imports = [ ./default.nix ];

  seth = {
    standalone.enable = true;
  };
}