Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starship: init module #21

Merged
merged 1 commit into from
Mar 4, 2025
Merged

starship: init module #21

merged 1 commit into from
Mar 4, 2025

Conversation

nezia1
Copy link
Collaborator

@nezia1 nezia1 commented Mar 3, 2025

This PR adds a Starship module. Please keep in mind that shell support will need to be added once we get them into hjr. As per discussing it with @Lunarnovaa, a possible API we could use for it is:

# collection/programs/zsh.nix
  options.programs.zsh = {
  # ...
  integrations.starship = mkOption {
    default = programs.starship.enable;
  };
};

But this will do for now, since we do not have shells just yet.

  • Ran nix fmt
  • Tested the module locally

@nezia1 nezia1 requested review from Lunarnovaa and PolarFill March 3, 2025 09:53
Lunarnovaa
Lunarnovaa previously approved these changes Mar 4, 2025
Copy link
Collaborator

@Lunarnovaa Lunarnovaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty much lgtm

@nezia1 nezia1 merged commit 748e1a6 into snugnug:main Mar 4, 2025
@nezia1 nezia1 deleted the init-starship branch March 4, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants