[NixOS] Fix for nixpkgs starship integration

This commit is contained in:
Ivan Malison 2022-04-19 00:55:31 -06:00
parent 47bc8b6eed
commit bf08731d1e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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