universe/users/profiles/starship.nix

8 lines
116 B
Nix

{ ... }: {
programs.starship = {
enable = true;
enableBashIntegration = true;
settings = { };
};
}