NotAShelf / nyx

My overengineered NixOS flake. Desktops, laptops, servers and everything else that can run an OS.
https://nyx.notashelf.dev/
GNU General Public License v3.0
292 stars 8 forks source link

Document module options better #9

Closed NotAShelf closed 8 months ago

NotAShelf commented 1 year ago

A lot of module options from modules/common/options are left without a description. Usually because they use mkEnableOption, and were written back when I didn't know how to use the // operator to merge description attrs.

I should add description to each option that lacks a description, and conver existing descriptions to lib.mdDoc.