diff --git a/index.html b/index.html index 71c13a070..1b4c512d2 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 db22bf45a..62f7ee94d 100644 --- a/options.html +++ b/options.html @@ -2372,13 +2372,6 @@ for options.
programs.direnv.enableFishIntegrationWhether to enable Fish integration.
Type: boolean
Default:
true
-
Declared by:
- <home-manager/modules/programs/direnv.nix>
- |
programs.direnv.enableNixDirenvIntegrationWhether to enable nix-direnv, - a fast, persistent use_nix implementation for direnv.
Type: boolean
Default:
- false
-
Example:
- true
Declared by:
<home-manager/modules/programs/direnv.nix>
|
programs.direnv.enableZshIntegrationWhether to enable Zsh integration. @@ -2398,6 +2391,19 @@ for the full list of options. } +
Declared by:
+ <home-manager/modules/programs/direnv.nix>
+ |
programs.direnv.nix-direnv.enableWhether to enable nix-direnv, + a fast, persistent use_nix implementation for direnv.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/direnv.nix>
+ |
programs.direnv.nix-direnv.enableFlakesWhether to enable Flake support in nix-direnv.
Type: boolean
Default:
+ false
+
Example:
+ true
Declared by:
<home-manager/modules/programs/direnv.nix>
|
programs.direnv.stdlibCustom stdlib written to @@ -8113,7 +8119,7 @@ manually set any options not listed above. <home-manager/modules/programs/vscode.nix>
programs.vscode.packageVersion of Visual Studio Code to install.
Type: package
Default:
- (build of vscode-1.56.2)
+ (build of vscode-1.57.0)
Example:
pkgs.vscodium
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.extensionsThe extensions Visual Studio Code should be started with. diff --git a/tools.html b/tools.html index 50b4aa3c8..026847729 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager {
build
|
@@ -76,7 +76,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
@@ -141,7 +141,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -240,15 +240,15 @@
--verbose
Activates verbose output. -