refactor(nix): replace sync nix options with direct md generation to … (#1)

* refactor(nix): replace sync nix options with direct md generation to docs

* fix(docs): add trailing comman in meta

* fix(ci): sort nix options and fix default value check
This commit is contained in:
atheeq 2026-05-12 19:48:45 +05:30 committed by GitHub
parent 0a687f808d
commit c3ec4c6142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 139 additions and 61 deletions

View file

@ -22,7 +22,6 @@ in
enable = mkOption {
type = types.bool;
default = false;
description = "Whether to enable mangowm, a Wayland compositor based on dwl.";
};
package = lib.mkOption {
type = lib.types.package;