From 4dfce7eae175c7216aa8d8fbdd4a5b3a521bfc0f Mon Sep 17 00:00:00 2001
From: khaneliman
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: