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

9 lines
152 B
Nix

{
programs.starship = {
enable = true;
catppuccin.enable = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}