nixos-config/modules/README.adoc

15 lines
476 B
Plaintext
Raw Normal View History

= Modules
:toc:
These are various modules ranging from link:https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules[NixOS modules] and link:https://github.com/nix-community/home-manager[home-manager] modules.
== Flake outputs
Various modules are then exported to the project flake as the following output:
* `nixosModules` exports modules from link:./nixos/[`./nixos/`].
* `homeManagerModules` exports modules from link:./home-manager/[`./home-manager/`].