My Nix Configuration
1zoxide init nushell --hook prompt | save ~/.zoxide.nu 2mkdir ~/.cache/starship 3starship init nu | save ~/.cache/starship/init.nu 4 5let starship_cache = "/home/thehedgehog/.cache/starship" 6if not ($starship_cache | path exists) { 7 mkdir $starship_cache 8} 9/etc/profiles/per-user/thehedgehog/bin/starship init nu | save --force /home/thehedgehog/.cache/starship/init.nu