diff options
Diffstat (limited to 'common/home/services')
| -rw-r--r-- | common/home/services/mbsync/default.nix | 22 |
1 files changed, 22 insertions, 0 deletions
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" + ''; +} |