configuration.nix/home/modules/programs/starship/default.nix

8 lines
122 B
Nix
Raw Normal View History

2024-04-17 15:19:47 +02:00
{
programs.starship = {
enable = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}