diff --git a/options.xhtml b/options.xhtml index cadc1bd7b..312fd16c7 100644 --- a/options.xhtml +++ b/options.xhtml @@ -102083,6 +102083,37 @@ package

Default: pkgs.swww

+

Declared by:

+ + +
+ +<home-manager/modules/services/swww.nix> + +
+ +
+ + services.swww.extraArgs + + +
+
+

Options given to swww-daemon when the service is run.

See swww-daemon --help for more information.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "--no-cache"
+  "--layer"
+  "bottom"
+]
+
+

Declared by: