From 04c27d743d069cad58f9707ee8e165c471b1c7cd Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 22 Nov 2025 21:45:36 -0600 Subject: [PATCH] nixos: fix minimal description casing Signed-off-by: Austin Horstman --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 4c20a87a9..5468df94d 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -117,7 +117,7 @@ in }; 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 importing every single module.