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:57:28 +0100
commit88ba845daca896692a4d732542c6339d37ba64d2 (patch)
tree2d6fafbd5df9a22663b0c63d8361a33d9060fe74 /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;
}