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

9 lines
152 B
Nix
Raw Normal View History

2024-04-17 15:19:47 +02:00
{
programs.starship = {
enable = true;
2024-05-06 23:21:25 +02:00
catppuccin.enable = true;
2024-04-17 15:19:47 +02:00
enableNushellIntegration = true;
enableZshIntegration = true;
};
}