From ac81632176a3e089c435de57665cccc0aa85a54f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 18 Sep 2024 20:28:16 +0200 Subject: configure neomut sync --- common/home/services/mbsync/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 common/home/services/mbsync/default.nix (limited to 'common/home/services') diff --git a/common/home/services/mbsync/default.nix b/common/home/services/mbsync/default.nix new file mode 100644 index 0000000..cd2ac7a --- /dev/null +++ b/common/home/services/mbsync/default.nix @@ -0,0 +1,22 @@ +{ ... }: +{ + enable = true; + extraConfig = '' + color hdrdefault green black + color quoted blue black + color signature blue black + color attachment red black + color prompt brightmagenta black + color message brightred black + color error brightred black + color indicator black green + color status color234 green + color tree brightblack black + color normal white black + color markers green black + color search white black + color tilde brightmagenta black + color index blue black ~F + color index green black "~N|~O" + ''; +} -- cgit v1.2.3-70-g09d2