From 8fa39f6a1baaddfa642dc3a869b7535f0b5b09b4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Jun 2025 10:39:28 -0400 Subject: add minimal config option --- modules/options.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/options.nix') diff --git a/modules/options.nix b/modules/options.nix index 53b59cb..f55b398 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -189,6 +189,9 @@ in { type = types.str; description = "Hostname of the system."; }; + minimal = mkEnableOption { + description = "Install only required system services, drivers, and programs."; + }; # # Primary user of the system -- cgit v1.2.3-freya