diff --git a/index.html b/index.html index de3b55b4c..0e177e8d6 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 b2a7abbee..ee8c4a92f 100644 --- a/options.html +++ b/options.html @@ -5016,6 +5016,56 @@ this option. false
Declared by:
<home-manager/modules/programs/man.nix>
+ |
programs.mangohud.enable
Whether to enable Mangohud.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/mangohud.nix>
+ |
programs.mangohud.enableSessionWide
Sets environment variables so that +MangoHud is started on any application that supports it. +
Type: boolean
Default:
+ false
+
Declared by:
+ <home-manager/modules/programs/mangohud.nix>
+ |
programs.mangohud.package
The Mangohud package to install.
Type: package
Default:
+ pkgs.mangohud
+
Declared by:
+ <home-manager/modules/programs/mangohud.nix>
+ |
programs.mangohud.settings
Configuration written to
+~/.config/MangoHud/MangoHud.conf
. See
+https://github.com/flightlessmango/MangoHud/blob/master/bin/MangoHud.conf
+for the default configuration.
+
Type: attribute set of boolean or signed integer or floating point number or string or path or list of signed integer or stringss
Default:
+
+ {
+
+ }
+
+
Example:
{ + output_folder = ~/Documents/mangohud/; + full = true; +} +
Declared by:
+ <home-manager/modules/programs/mangohud.nix>
+ |
programs.mangohud.settingsPerApplication
Sets MangoHud settings per application.
+Configuration written to
+~/.config/MangoHud/{application_name}.conf
. See
+https://github.com/flightlessmango/MangoHud/blob/master/bin/MangoHud.conf
+for the default configuration.
+
Type: attribute set of attribute set of boolean or signed integer or floating point number or string or path or list of signed integer or stringsss
Default:
+
+ {
+
+ }
+
+
Example:
{ + mpv = { + no_display = true; + } +} +
Declared by:
+ <home-manager/modules/programs/mangohud.nix>
|
programs.matplotlib.enable
Whether to enable matplotlib, a plotting library for python.
Type: boolean
Default:
false
Example:
@@ -9153,7 +9203,7 @@ but are substituted anywhere on a line.
null
Example:
"adwaita-dark"
-
Related packages:
pkgs.adwaita-qt
(adwaita-qt-1.3.0): A style to bend Qt applications to look like they belong into GNOME Shell
pkgs.libsForQt5.qtstyleplugins
(qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique
Declared by:
+ Related packages:
Declared by:
services.barrier.client.enable Whether to enable Barrier Client daemon. Type: boolean Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -141,7 +141,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
- |