diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-03-02 18:57:28 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-03-02 18:57:28 +0100 |
| commit | 88ba845daca896692a4d732542c6339d37ba64d2 (patch) | |
| tree | 2d6fafbd5df9a22663b0c63d8361a33d9060fe74 /home/default.nix | |
| parent | 07855cfd6717f3cb5a09d7c4b6506d23d23b0fcc (diff) | |
home: social: use identities
Diffstat (limited to 'home/default.nix')
| -rw-r--r-- | home/default.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index 96d9405..d40ba99 100644 --- a/home/default.nix +++ b/home/default.nix @@ -5,11 +5,16 @@ profiles = { dev = true; multimedia = true; - social = true; + social = { + enable = true; + identities = { + personal = true; + work = true; + }; + }; syncing = true; }; }; - programs.thunderbird.profiles.all.isDefault = true; accounts.email.accounts.personal.primary = true; } |
