programs.pyenv.enable
Whether to enable pyenv.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.pyenv.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Example:
false
Declared by:
programs.pyenv.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.pyenv.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Example:
false
Declared by:
programs.pyenv.package
The pyenv package to use.
Type: package
Default:
pkgs.pyenv
Declared by:
programs.pyenv.rootDirectory
The pyenv root directory (PYENV_ROOT).
Note: This deviates from upstream, which uses $HOME/.pyenv.
The default path in Home Manager is set according to the XDG
base directory specification.
Type: absolute path
Default:
"\${config.xdg.dataHome}/pyenv"
Declared by: