summary refs log tree commit diff stats
path: root/user/modules/isync.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/isync.nix')
-rw-r--r--user/modules/isync.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/user/modules/isync.nix b/user/modules/isync.nix
new file mode 100644
index 00000000..b96db87d
--- /dev/null
+++ b/user/modules/isync.nix
@@ -0,0 +1,5 @@
+{ config, pkgs, ... }:
+
+{
+  home.file.".mbsyncrc".source = ../isync/.mbsyncrc;
+}