mirror of
https://github.com/NiklasGollenstede/nixos-installer.git
synced 2025-02-16 17:50:55 +01:00
8 lines
452 B
Markdown
8 lines
452 B
Markdown
|
|
||
|
# NixOS Module Patches
|
||
|
|
||
|
This directory contains not self-sufficient modules, but modules that are in fact only "patches" to existing modules in NixOS.
|
||
|
|
||
|
While other modules should have an `enable` option, these don't. They define options in the namespace of some existing module, and become active as soon as those options are assigned by some other module.
|
||
|
If there are conflicts in the defined options, then the modules will have to be not imported.
|