MyNixOS website logo
option

programs.offlineimap.pythonFile

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

Declarations
Type
strings concatenated with "\n"
Default
''
  import subprocess
  
  def get_pass(service, cmd):
      return subprocess.check_output(cmd, )
''