mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
Mail on Linux
This commit is contained in:
@@ -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