From bf8501459e63dca23a7081d89b09f168c9607524 Mon Sep 17 00:00:00 2001
From: ncfavier
Whether to enable OfflineIMAP. Type: boolean Default: Example: Declared by: The offlineimap package to use. Can be used to specify extensions. Type: package Default: Example: Declared by: Extra configuration options added to the
Type: attribute set of (string or signed integer or boolean) Default: Example: programs.offlineimap.enable
false
true
<home-manager/modules/programs/offlineimap.nix>
+
programs.offlineimap.package
pkgs.offlineimap
pkgs.offlineimap.overridePythonAttrs ( old: {
+ propagatedBuildInputs = old.propagatedBuildInputs
+ ++ (with pkgs.python3Packages; [
+ requests_oauthlib xdg gpgme]);
+})
+ <home-manager/modules/programs/offlineimap.nix>
programs.offlineimap.extraConfig.default
DEFAULT
section.{ }
{
gmailtrashfolder = "[Gmail]/Papierkorb";