disable starship (for now)

This commit is contained in:
Vivian 2024-07-07 10:14:45 +02:00
parent cfc82b3817
commit 06f6f5f4a6
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ let
'';
in{
programs.starship = {
enable = true;
enable = false;
enableZshIntegration = true;
enableFishIntegration = true;
enableNushellIntegration = true;