diff --git a/options.xhtml b/options.xhtml index 0c70cf634..7ce095d76 100644 --- a/options.xhtml +++ b/options.xhtml @@ -39347,6 +39347,33 @@ strings concatenated with ā€œ\nā€

Default: if source is defined, the content of source, otherwise empty

+

Declared by:

+ + +
+ +<home-manager/modules/programs/nushell.nix> + +
+ +
+ + programs.nushell.plugins + + +
+
+

A list of nushell plugins to write to the plugin registry file.

+ +

Type: +list of package

+ +

Default: +[ ]

+ +

Example: +[ pkgs.nushellPlugins.formats ]

+

Declared by: