programs.mr.settings

Home-Manager option

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
{ foo = { checkout = "git clone git@github.com:joeyh/foo.git"; update = "git pull --rebase"; }; ".local/share/password-store" = { checkout = "git clone git@github.com:myuser/password-store.git"; }; }
declared in: <home-manager/modules/programs/mr.nix>source unavailable