diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-18 20:28:16 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-18 20:28:16 +0200 |
| commit | ac81632176a3e089c435de57665cccc0aa85a54f (patch) | |
| tree | 1a14f6865e4eb8ca832feddc1264e4f9d4dab2dd /common/home/services | |
| parent | 71892be087e11e81ee3ad0579bf0ad4cdbf3bb21 (diff) | |
configure neomut sync
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" + ''; +} |