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
declared in: <home-manager/modules/programs/mr.nix>source unavailable{ 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"; }; }