starship: enable file config

This commit is contained in:
Veneficium 2024-10-11 15:42:50 +02:00
parent b8c3fefcbd
commit 74636e265a
2 changed files with 146 additions and 0 deletions

View file

@ -1,9 +0,0 @@
{ ... }:
{
programs.starship = {
enable = true;
#enableZshIntegration = true;
enableTransience = true;
enableFishIntegration = true;
};
}