summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
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;