put everything in configuration.nix possible.
This commit is contained in:
parent
6ec3819bfc
commit
5063b12521
1 changed files with 14 additions and 0 deletions
14
flake.nix
14
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;
|
||||
|
|
Loading…
Reference in a new issue