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
{ 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
- <home-manager/modules/programs/mr.nix>