programs.offlineimap.pythonFile

Python code that can then be used in other parts of the configuration.

Type
strings concatenated with "\n"
Default
''
  import subprocess
  
  def get_pass(service, cmd):
      return subprocess.check_output(cmd, )
''
Declared
<home-manager/modules/programs/offlineimap>