this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: disable mbsync and Aerc

+2 -2
+2 -2
modules/email.nix
··· 14 14 programs.himalaya = { 15 15 enable = true; 16 16 }; 17 - programs.mbsync.enable = true; 17 + # programs.mbsync.enable = true; 18 18 programs.msmtp.enable = true; 19 19 # programs.notmuch.enable = true; 20 20 21 21 programs.aerc = { 22 - enable = true; 22 + enable = false; 23 23 extraConfig = { 24 24 general.unsafe-accounts-conf = true; 25 25