Commit 828af1e14c62

Vincent Demeester <vincent@sbr.pm>
2019-03-23 10:24:56
profiles.mails: add msync command for one-short mail sync
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5cf3a8e
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -153,5 +153,13 @@ home.file."bin/msmtp" = {
   executable = true;
 };
 
+home.file."bin/msync" = {
+  text = ''
+  #!${pkgs.stdenv.shell}
+  systemctl --user start mbsync
+  '';
+  executable = true;
+} ;
+
 };
 }