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

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