summaryrefslogtreecommitdiff
path: root/modules/home-manager/shell.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-10-10 14:41:41 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-10-10 14:41:41 -0600
commitec3ce98cfee4f99c9b68478811c78b3d3adf081c (patch)
tree500df23fcc5e1f608981990fa28bacdcc71448b9 /modules/home-manager/shell.nix
parent9865af029398678b03d2365565a68ca20ed30e79 (diff)
hopefully fixing starship
Diffstat (limited to 'modules/home-manager/shell.nix')
-rw-r--r--modules/home-manager/shell.nix2
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 *