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 DreamMaoMao
parent e935403e39
commit 329a7f21a8
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;