mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
Compare commits
1 Commits
main
...
mail-on-li
Author | SHA1 | Date | |
---|---|---|---|
|
2a962e928b |
@@ -152,6 +152,11 @@ in {
|
||||
userName = address;
|
||||
};
|
||||
|
||||
services.mbsync = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
package = mbsync;
|
||||
};
|
||||
|
||||
programs.mbsync = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
Reference in New Issue
Block a user