summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-03-02 18:57:28 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-03-02 18:58:06 +0100
commita4fb78173713f0b915ee43d2272e658095b2ed8a (patch)
treee61430664ec9c3d804393251ec36b93f0752d6c0 /home
parent07855cfd6717f3cb5a09d7c4b6506d23d23b0fcc (diff)
home: social: use identities
Diffstat (limited to 'home')
-rw-r--r--home/default.nix9
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;
}