diff options
Diffstat (limited to 'modules/home-manager/shell.nix')
| -rw-r--r-- | modules/home-manager/shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index c86190e..1fcc03f 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -1,6 +1,8 @@ {nushell-scripts, ... }: { programs.nushell = { extraConfig = '' + use ~/.cache/starship/init.nu + use ${nushell-scripts}/custom-completions/pass/pass-completions.nu * use ${nushell-scripts}/custom-completions/nix/nix-completions.nu * use ${nushell-scripts}/custom-completions/man/man-completions.nu * |
