diff --git a/index.html b/index.html index a2140ba08..95e9801c3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?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 @@
-
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -72,7 +72,7 @@
|
--verbose
}
- ]
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.
-
The tool accepts the options
-A attrPath
@@ -226,15 +226,15 @@
--verbose
Activates verbose output. -