home-manager/doc
Robert Helgesson 5f433eb164
Move platform check into modules
Before, loading a module would be guarded by an optional platform
condition. This made it possible to avoid loading and evaluating a
module if it did not support the host platform.

Unfortunately, this made it impossible to share a single configuration
between GNU/Linux and Darwin hosts, which some wish to do.

This removes the conditional load and instead inserts host platform
assertions in the modules that are platform specific.

Fixes #1906
2021-07-18 20:43:22 +02:00
..
release-notes Move platform check into modules 2021-07-18 20:43:22 +02:00
contributing.adoc docs: switch IRC to OFTC 2021-05-29 19:29:15 +02:00
default.nix docs: NixOS and nix-darwin option documentation 2021-01-21 23:45:52 +01:00
faq.adoc docs: document how to reset the nix-env 2021-06-25 11:18:26 +02:00
installation.adoc docs: mark 21.05 as stable version 2021-06-05 19:54:25 +02:00
man-configuration.xml docs: use nmd for generating documentation 2019-08-21 20:35:59 +02:00
man-home-manager.xml home-manager: add `home-manager option` 2021-06-15 23:46:45 +02:00
man-pages.xml Bump copyright year 2020-02-25 19:27:54 +01:00
manual.xml docs: switch IRC to OFTC 2021-05-29 19:29:15 +02:00
writing-modules.adoc lib: support gvariant maybe type 2020-07-24 16:45:13 +02:00