From ec3ce98cfee4f99c9b68478811c78b3d3adf081c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 10 Oct 2023 14:41:41 -0600 Subject: hopefully fixing starship --- modules/home-manager/shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') 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 * -- cgit v1.2.3