-
Notifications
You must be signed in to change notification settings - Fork 29
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
expose modules list #18
Conversation
/cc @zowoq |
813d243
to
814c45e
Compare
I think we'll need some sort of structure like that. What do you think? |
default.nix
Outdated
profiles-common = import ./profiles/common.nix; | ||
profiles-server = import ./profiles/server.nix; | ||
profiles-desktop = import ./profiles/desktop.nix; |
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 think these are actually our main modules while the below behave more like mixins that you can add on top.
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.
Something that indicates that you should add one of these and than some of the below would be nice.
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.
On the other hand already the categories profiles and roles on its own are confusing enough..
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.
Good point. I moved things around a bit.
b4623c0
to
f7b0748
Compare
Make the modules list available outside of flakes and prefix them.
f7b0748
to
5ac1773
Compare
Make the modules list available outside of flakes and prefix them.