diff --git a/options.html b/options.html index c4b0b5fa4..c9857f933 100644 --- a/options.html +++ b/options.html @@ -3210,11 +3210,10 @@ as seen in example.
Type: null or p <home-manager/modules/programs/himalaya.nix>
programs.home-manager.enable
Whether to enable Home Manager.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/home-manager.nix>
- |
programs.home-manager.path
The default path to use for Home Manager. If this path does
-not exist then
-$HOME/.config/nixpkgs/home-manager
and
-$HOME/.nixpkgs/home-manager
will be
-attempted.
Type: null or string
Default: null
Example: "$HOME/devel/home-manager"
Declared by:
+ |
programs.home-manager.path
The default path to use for Home Manager. When
+null
, then the home-manager
+channel, $HOME/.config/nixpkgs/home-manager
, and
+$HOME/.nixpkgs/home-manager
will be attempted.
Type: null or string
Default: null
Example: "$HOME/devel/home-manager"
Declared by:
<home-manager/modules/programs/home-manager.nix>
|
programs.htop.enable
Whether to enable htop.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/htop.nix>
|