starship: Re-enable nushell integration
This commit is contained in:
parent
c5cc0f6dbb
commit
95d4049af9
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
|
||||||
enableNushellIntegration = false; # TODO: Remove when starship has been updated to the new nu config syntax
|
|
||||||
settings = {
|
settings = {
|
||||||
aws.disabled = true;
|
aws.disabled = true;
|
||||||
character = {
|
character = {
|
||||||
|
|
Loading…
Reference in a new issue