programs.mr.enable
Whether to enable mr, a tool to manage all your version control repositories.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.mr.package
The mr package to use.
Type: null or package
Default:
pkgs.mr
Declared by:
programs.mr.settings
Configuration written to $HOME/.mrconfig
See https://myrepos.branchable.com/
for an example configuration.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)
Default:
{ }
Example:
{
".local/share/password-store" = {
checkout = "git clone git@github.com:myuser/password-store.git";
};
foo = {
checkout = "git clone git@github.com:joeyh/foo.git";
update = "git pull --rebase";
};
}
Declared by: