programs.offlineimap.pythonFile
Home-Manager option
Python code that can then be used in other parts of the configuration.
type: strings concatenated with “\n”Default
declared in: <home-manager/modules/programs/offlineimap>source unavailable'' import subprocess def get_pass(service, cmd): return subprocess.check_output(cmd, ) ''