diff --git a/index.html b/index.html index f47031779..ee43621e7 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 928e82c14..082917f44 100644 --- a/options.html +++ b/options.html @@ -7744,7 +7744,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.55.2)
+ (build of vscode-1.56.2)
Example:
pkgs.vscodium
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.extensionsThe extensions Visual Studio Code should be started with. @@ -9490,7 +9490,25 @@ configuration file. } -
Declared by:
+ Example: undocked = {
+ outputs = [
+ {
+ criteria = "eDP-1";
+ }
+ ];
+};
+docked = {
+ outputs = [
+ {
+ criteria = "eDP-1";
+ }
+ {
+ criteria = "Some Company ASDF 4242";
+ transform = "90";
+ }
+ ];
+};
+Declared by:
services.kanshi.profiles.<name>.execCommand executed after the profile is succesfully applied. Type: null or string Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -139,7 +139,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
- |