Configuration written to $HOME/Library/Application Support/nvchecker/nvchecker.toml (on Darwin) or $XDG_CONFIG_HOME/nvchecker/nvchecker.toml (otherwise). See https://nvchecker.readthedocs.io/en/stable/usage.html#configuration-files for the full list of options.
Environment variables and ~ are expanded, and relative paths are relative to ${config.home.homeDirectory}/Library/Application Support/nvchecker/nvchecker/ (on Darwin) or ${config.xdg.configHome}/nvchecker/ (otherwise).
Declarations
Type
open submodule of (TOML value)Default
__config__ = {
oldver = "old_ver.json";
newver = "new_ver.json";
};
Example
{
__config__ = {
oldver = "my_custom_oldver.json";
newver = "~/seperately_placed_newver.json";
keyfile = "keyfile.toml";
};
nvchecker = {
source = "github";
github = "lilydjwg/nvchecker";
};
}