mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
= 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/`].
|