about summary refs log tree commit diff stats
path: root/home-manager/config/mbsync
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-15 17:36:47 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:45 +0200
commitd70b7079225d9f1874ee24ac1903ecd276d0b11c (patch)
treee0953c8b45dd0376729a4220004a2e6794302e85 /home-manager/config/mbsync
parentFix(hm/pkgs/scr/update): Streamline output (diff)
downloadnixos-config-d70b7079225d9f1874ee24ac1903ecd276d0b11c.zip
Fix(hm/conf/mail): Enable mbsync
Diffstat (limited to 'home-manager/config/mbsync')
-rw-r--r--home-manager/config/mbsync/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home-manager/config/mbsync/default.nix b/home-manager/config/mbsync/default.nix
new file mode 100644
index 00000000..c6851e21
--- /dev/null
+++ b/home-manager/config/mbsync/default.nix
@@ -0,0 +1,11 @@
+{...}: {
+  # TODO I have no clue if both are needed, but it looks neat, right?
+  programs.mbsync = {
+    enable = true;
+  };
+  services.mbsync = {
+    enable = true;
+  };
+}
+# vim: ts=2
+