My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at dde1eb55cfd2f7b39bcd1a22d74c0e529c4e1071 9 lines 366 B view raw
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