-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
aerospace: add module #6279
base: master
Are you sure you want to change the base?
aerospace: add module #6279
Conversation
3b613fb
to
c1ecfb2
Compare
Hey, when will this be available? |
@Lalit64 just waiting someone to merge it, but in this time you can use my repo on aerospace branch to test, if you are using flakes just change the home manager url to my repo. |
What's the difference between this and the nix-darwin module |
nix-darwin module is a |
why services? its for home-manager. |
|
Because he's using launchd integration for auto-start, im not using it. |
That is what I mean? |
They answered a question about the difference between this PR and the existing nix-darwin module.. |
@@ -79,6 +79,12 @@ | |||
github = "considerate"; | |||
githubId = 217918; | |||
}; | |||
damidoug = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a separate commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khaneliman the diference its for home-manager, in my case I dont use nix-darwin just the nix + home-manager. i want to keep all my apps on home-manager, so i can use the same flake file on linux, darwin etc... just installing nix+home-manager.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw some news modules merged with the manitainers in the same commit, for this reason i kept in the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khaneliman the diference its for home-manager, in my case I dont use nix-darwin just the nix + home-manager. i want to keep all my apps on home-manager, so i can use the same flake file on linux, darwin etc... just installing nix+home-manager.
Again, all we are doing is explaining the reason for a comment above. No need to justify it again.
I saw some news modules merged with the manitainers in the same commit, for this reason i kept in the same.
Still is a best practice for logical commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is missing to approve this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
split into two commits??
Description
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC