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

@ -0,0 +1,11 @@
{ ... }:
{
programs.starship = {
enable = true;
#enableZshIntegration = true;
enableTransience = true;
enableFishIntegration = true;
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
};
}