diff --git a/index.html b/index.html index fb441e2dd..4b0c56461 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 6b30fcffe..5d1138e8e 100644 --- a/options.html +++ b/options.html @@ -2682,6 +2682,26 @@ The possible attributes are: ]
Declared by:
<home-manager/modules/programs/browserpass.nix>
+ |
programs.btop.enableWhether to enable btop.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/btop.nix>
+ |
programs.btop.packageThe btop package to use.
Type: package
Default: pkgs.btop
Declared by:
+ <home-manager/modules/programs/btop.nix>
+ |
programs.btop.extraConfigExtra lines added to the btop.conf file.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/btop.nix>
+ |
programs.btop.settingsOptions to add to btop.conf file.
+See https://github.com/aristocratos/btop#configurability
+for options.
+
Type: attribute set of boolean or floating point number or signed integer or string
Default:
+ {
+
+ }
+
Example:
+ {
+ color_theme = "Default"; theme_background = false;
+ }
+
Declared by:
+ <home-manager/modules/programs/btop.nix>
|
programs.chromium.enableWhether to enable Chromium.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/chromium.nix>
|
programs.chromium.packageThe Chromium package to use.
Type: package
Default: pkgs.chromium
Declared by: