diff --git a/index.html b/index.html index c1e79ea72..4c7c5c55c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 5c9fce49b..63a24870f 100644 --- a/options.html +++ b/options.html @@ -10290,11 +10290,17 @@ docked = { };
Declared by:
<home-manager/modules/services/kanshi.nix>
- |
services.kanshi.profiles.<name>.exec
Command executed after the profile is succesfully applied. -
Type: null or string
Default:
- null
+
services.kanshi.profiles.<name>.exec
Commands executed after the profile is succesfully applied. +Note that if you provide multiple commands, they will be +executed asynchronously with no guaranteed ordering. +
Type: list of strings or string convertible to it
Default:
+
+ [
+
+ ]
+
Example:
- "\${pkg.sway}/bin/swaymsg workspace 1, move workspace to eDP-1"
+ "[ \${pkg.sway}/bin/swaymsg workspace 1, move workspace to eDP-1 ]"
Declared by:
<home-manager/modules/services/kanshi.nix>
|
services.kanshi.profiles.<name>.outputs
Outputs configuration. diff --git a/tools.html b/tools.html index b4a856073..97bdc20f3 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,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
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -