shells/nushell: remove redundant/broken starship init

This commit is contained in:
Infinidoge 2023-09-14 16:02:42 -04:00
parent 2862624e96
commit 738e384f23

View file

@ -1,12 +1,5 @@
{ ... }: { { ... }: {
programs.nushell = { programs.nushell = {
enable = true; enable = true;
configFile.text = ''
source ~/.cache/starship/init.nu
'';
envFile.text = ''
mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
'';
}; };
} }