summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-03-03 17:17:44 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2023-03-03 17:26:31 +0100
commit9092a8a7c72e37acd8761a38635ed91ab3a2e3d8 (patch)
tree8afdea659ba086558322b292eb06cdaa9ac5914b /home
parent88ba845daca896692a4d732542c6339d37ba64d2 (diff)
parenta4fb78173713f0b915ee43d2272e658095b2ed8a (diff)
split identities from social
Diffstat (limited to 'home')
-rw-r--r--home/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/home/default.nix b/home/default.nix
index d40ba99..7695a82 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -5,15 +5,13 @@
profiles = {
dev = true;
multimedia = true;
- social = {
- enable = true;
- identities = {
- personal = true;
- work = true;
- };
- };
+ social = true;
syncing = true;
};
+ identities = {
+ personal = true;
+ work = true;
+ };
};
accounts.email.accounts.personal.primary = true;