programs.nushell.plugins

NixOS option

List of nushell plugins to install to lib/nushell/plugins/. Plugins are registered via nushell’s vendor autoload on the first interactive launch of each user. After registration, plugins persist in the user’s plugin.msgpackz and can be managed at runtime with plugin rm and plugin add. See https://www.nushell.sh/book/plugins.html.

type: list of package
Default
[ ]
Example
[ pkgs.nushellPlugins.formats ]
declared in: nixos/modules/programs/nushell.nixView source on NixOS/nixpkgs →