1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 15:11:03 +01:00

nixos: fix minimal description casing

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-22 21:45:36 -06:00
parent 44931fdc5d
commit 04c27d743d

View file

@ -117,7 +117,7 @@ in
}; };
minimal = mkEnableOption '' minimal = mkEnableOption ''
Only the necessary modules that allow home-manager to function. only the necessary modules that allow home-manager to function.
This can be used to allow vendoring a minimal list of modules yourself, rather than This can be used to allow vendoring a minimal list of modules yourself, rather than
importing every single module. importing every single module.