dotfiles/nixcfgs/modules/home/programs/starship.nix
2025-10-21 15:36:02 +01:00

8 lines
160 B
Nix

{...}: {
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableFishIntegration = true;
};
}