diff options
Diffstat (limited to 'modules/isync.nix')
-rw-r--r-- | modules/isync.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/isync.nix b/modules/isync.nix new file mode 100644 index 0000000..b96db87 --- /dev/null +++ b/modules/isync.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + home.file.".mbsyncrc".source = ../isync/.mbsyncrc; +} |