diff --git a/options.html b/options.html index 98c4b27b1..98b4b4946 100644 --- a/options.html +++ b/options.html @@ -4246,6 +4246,23 @@ for the full list of options of builtin scripts.
List of scripts to use with mpv. Type: list of package Default: Example: Declared by: Whether to enable mr, a tool to manage all your version control repositories. Type: boolean Default: Example: Declared by: The mr package to use. Type: package Default: Declared by: Configuration written to Type: attribute set of attribute set of (INI atom (null, bool, int, float or string) or a non-empty list of them) Default: Example: Declared by: Whether to enable msmtp. Type: boolean Default: Example: Declared by: Extra configuration lines to add to the end of programs.mpv.scripts[ ][ pkgs.mpvScripts.mpris ]
<home-manager/modules/programs/mpv.nix>
+ programs.mr.enablefalsetrue
+ <home-manager/modules/programs/mr.nix>
+ programs.mr.packagepkgs.mr
+ <home-manager/modules/programs/mr.nix>
+ programs.mr.settings$HOME/.mrconfig
+See https://myrepos.branchable.com/
+for an example configuration.{ }{
+ 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";
+ };
+}
+
+ <home-manager/modules/programs/mr.nix>
programs.msmtp.enablefalsetrue
<home-manager/modules/programs/msmtp.nix>
programs.msmtp.extraAccounts~/.msmtprc.