MyNixOS website logo

Configuration written to $HOME/.mrconfig See https://myrepos.branchable.com/ for an example configuration.

Declarations
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
{
  foo = {
    checkout = "git clone [email protected]:joeyh/foo.git";
    update = "git pull --rebase";
  };
  ".local/share/password-store" = {
    checkout = "git clone [email protected]:myuser/password-store.git";
  };
}