[NixOS] Fix for nixpkgs starship integration

This commit is contained in:
2022-04-19 00:55:31 -06:00
parent 47bc8b6eed
commit bf08731d1e

View File

@@ -30,8 +30,6 @@ with lib;
};
programs.starship = {
enableBashIntegration = true;
enableZshIntegration = true;
enable = true;
};