MyNixOS website logo

Directory to store colima configuration. This also sets $COLIMA_HOME.

Declarations
Type
string
Default
if config.xdg.enable && lib.versionAtLeast config.home.stateVersion "26.05" then
  "$XDG_CONFIG_HOME/colima"
else
  ".colima"
Example
${config.xdg.configHome}/colima