summaryrefslogtreecommitdiff
path: root/home/default.nix
blob: a59163068c8b658beb563e84f69879d342af5c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ ... }:

{
  personal = {
    profiles = {
      dev = true;
      social = true;
      syncing = true;
    };
    identities = {
      work = true;
    };
  };

  accounts.email.accounts.work.primary = true;
}