From 5063b12521bed0b6d9ca340741130fa46e0f80a3 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 22 Jul 2024 18:00:31 +0200 Subject: [PATCH] put everything in configuration.nix possible. --- flake.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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;