From 4dfce7eae175c7216aa8d8fbdd4a5b3a521bfc0f Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 19 Sep 2025 02:59:19 +0000 Subject: [PATCH] deploy: 363007f12930caf8b0ea59c0bf5be109c52ad0ef --- options.xhtml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/options.xhtml b/options.xhtml index 8692dd52e..c082ff7cb 100644 --- a/options.xhtml +++ b/options.xhtml @@ -55468,6 +55468,34 @@ null or package

Default: pkgs.nushell

+

Declared by:

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

Location of the nushell config directory. This directory contains the config.nu, env.nu, and login.nu files, as well as history and plugin files.

+ +

Type: +string or absolute path

+ +

Default:

if pkgs.stdenv.isDarwin && !config.xdg.enable then
+  "Library/Application Support/nushell"
+else
+  "${config.xdg.configHome}/nushell";
+
+
+

Declared by: