feat(aliases)!: add commonly used aliases by default#185
feat(aliases)!: add commonly used aliases by default#185water-sucks merged 2 commits intonix-community:mainfrom
Conversation
|
Hmm, this is a good start. With regards to doc formatting, it is pretty scrappy, frankly. I think I am going to replace the whole thing with just encoding the TOML values directly using the underlying I do have one concern though. I am not using any of the NixOS aliases, so there should be a way to disable this, since it may come across as surprising for some longtime users of this application, and clutter up alias descriptions. This can probably come in the form of another setting, |
11b8111 to
ecc2fd5
Compare
|
I added an option to disable it, but I think calling it I also had to format them a different way as the default for the |
Agreed, I couldn't come up with a better name at the time LOL. I've made a PR that normalizes the value serialization stuff; that might make your work on this much easier and you can probably remove most of the manual refactoring for formatting values in the docgen. |
ecc2fd5 to
5aaaedb
Compare
I had to resort to displaying the defaults in the description for |
water-sucks
left a comment
There was a problem hiding this comment.
Couple of thoughts about this, would like to hear your opinion.
Draft because the doc formatting isn't great. I'm open to any ideas on how to improve it.