From d49086535988867798b9cd17136dc0a9d29726f9 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 11 Jan 2021 23:37:37 +0000 Subject: [PATCH] deploy: 65d0e2d241519e010251aca29cf5d3a71fd84f2f --- index.html | 4 ++-- options.html | 16 ++++++++++++++++ tools.html | 14 +++++++------- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index a2140ba08..95e9801c3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -Home Manager Manual

Home Manager Manual


Preface

+Home Manager Manual

Home Manager Manual


Preface

This manual will eventually describes how to install, use, and extend Home Manager.

diff --git a/options.html b/options.html index 5ebc520d8..09020c576 100644 --- a/options.html +++ b/options.html @@ -4905,6 +4905,22 @@ for the full list of options. }

Declared by:

<home-manager/modules/programs/mpv.nix> +
programs.mpv.defaultProfiles

Profiles to be applied by default. Options set by them are overridden +by options set in programs.mpv.config. +

Type: list of strings

Default: + + [ + + ] + +

Example: + + [ + "gpu-hq" + ] + +

Declared by:

+ <home-manager/modules/programs/mpv.nix>
programs.mpv.profiles

Sub-configuration options for specific profiles written to ~/.config/mpv/mpv.conf. See programs.mpv.config for more information. diff --git a/tools.html b/tools.html index a74ec9ded..4c020c837 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix B. Tools

Appendix B. Tools

home-manager - — reconfigure a user environment

Name

home-manager +Appendix B. Tools

Appendix B. Tools

home-manager + — reconfigure a user environment

Name

home-manager — reconfigure a user environment

Synopsis

home-manager { build | @@ -72,7 +72,7 @@ | --verbose } - ]

Description

+ ]

Description

This command updates the user environment so that it corresponds to the configuration specified in ~/.config/nixpkgs/home.nix.

@@ -137,7 +137,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -226,15 +226,15 @@ --verbose

Activates verbose output. -

Files

+

Files

~/.local/share/home-manager/news-read-ids

Identifiers of news items that have been shown. Can be deleted to reset the read news indicator. -

Bugs

+

Bugs

Please report any bugs on the project issue tracker. -

See also

+

See also

home-configuration.nix(5)

\ No newline at end of file