diff --git a/flake.nix b/flake.nix index bb36493..c29571e 100644 --- a/flake.nix +++ b/flake.nix @@ -259,7 +259,21 @@ nix.settings.max-jobs = 1; # no channesl needed this way nix.nixPath = [ "nixpkgs=${pkgs.path}" ]; + + # documentation + # ============= documentation.nixos.enable = true; + #documentation.nixos.includeAllModules = true; # fixme : not working (see down there) + documentation.nixos.options.warningsAreErrors = false; # todo make this true again + documentation.nixos.extraModules = [ + ./components + inputs.clan-core.nixosModules.clanCore + # inputs.stylix.nixosModules.stylix # fixme: not working + permown.nixosModules.permown + kmonad.nixosModules.default + home-manager.nixosModules.home-manager + # retiolum.nixosModules.retiolum # fixme: not working + ]; boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10; boot.loader.generic-extlinux-compatible.configurationLimit = lib.mkDefault 10;