diff --git a/index.html b/index.html index 402492a91..5fc7c9334 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 01ff97d91..44a56f5d0 100644 --- a/options.html +++ b/options.html @@ -8327,6 +8327,29 @@ man page for more examples. <home-manager/modules/services/playerctld.nix>
services.playerctld.package
The playerctl package to use.
Type: package
Default: pkgs.playerctl
Declared by:
<home-manager/modules/services/playerctld.nix>
+ |
services.plex-mpv-shim.enable
Whether to enable Plex mpv shim.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/plex-mpv-shim.nix>
+ |
services.plex-mpv-shim.package
The package to use for the Plex mpv shim.
Type: package
Default: pkgs.plex-mpv-shim
Declared by:
+ <home-manager/modules/services/plex-mpv-shim.nix>
+ |
services.plex-mpv-shim.settings
Configuration written to
+$XDG_CONFIG_HOME/plex-mpv-shim/config.json
. See
+https://github.com/iwalton3/plex-mpv-shim/blob/master/README.md
+for the configuration documentation.
+
Type: JSON value
Default:
+ {
+
+ }
+
Example:
{ + adaptive_transcode = false; + allow_http = false; + always_transcode = false; + audio_ac3passthrough = false; + audio_dtspassthrough = false; + auto_play = true; + auto_transcode = true; +} +
Declared by:
+ <home-manager/modules/services/plex-mpv-shim.nix>
|
services.polybar.enable
Whether to enable Polybar status bar.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/polybar.nix>
|
services.polybar.package
Polybar package to install.
Type: package
Default: pkgs.polybar
Example:
pkgs.polybar.override { diff --git a/tools.html b/tools.html index 6aa80274e..4b0c0a23b 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools
- home-manager - — reconfigure a user environment
Name
home-manager +
Appendix D. Tools
- home-manager + — reconfigure a user environment
Name
home-manager — reconfigure a user environment
Synopsis
home-manager
{ build | @@ -84,7 +84,7 @@ | --verbose } - ]Description
This command updates the user environment so that it corresponds to the configuration specified in
~/.config/nixpkgs/home.nix
or~/.config/nixpkgs/flake.nix
.@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -265,15 +265,15 @@attrPath
--verbose
Activates verbose output. -