diff --git a/index.html b/index.html index fb441e2d..4b0c5646 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 6b30fcff..5d1138e8 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.enable
Whether to enable btop.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/btop.nix>
+ |
programs.btop.package
The btop package to use.
Type: package
Default: pkgs.btop
Declared by:
+ <home-manager/modules/programs/btop.nix>
+ |
programs.btop.extraConfig
Extra lines added to the btop.conf
file.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/btop.nix>
+ |
programs.btop.settings
Options 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.enable
Whether to enable Chromium.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/chromium.nix>
|
programs.chromium.package
The Chromium package to use.
Type: package
Default: pkgs.chromium
Declared by: