summaryrefslogtreecommitdiff
path: root/profiles/workshop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/workshop.nix')
-rw-r--r--profiles/workshop.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/workshop.nix b/profiles/workshop.nix
index 311aeab..9f92ea1 100644
--- a/profiles/workshop.nix
+++ b/profiles/workshop.nix
@@ -7,6 +7,7 @@
../lib/ssh.nix
../lib/packages.nix
../lib/emacs.nix
+ ../lib/email.nix
];
home = {
@@ -51,5 +52,5 @@
'';
};
-
+ services.mbsync.enable = true;
}