diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-24 10:39:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-24 10:39:28 -0400 |
commit | 8fa39f6a1baaddfa642dc3a869b7535f0b5b09b4 (patch) | |
tree | ef0ec06dd39350b0c4d6eecf81e93b13838ef4d3 /modules/options.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-8fa39f6a1baaddfa642dc3a869b7535f0b5b09b4.tar.gz dotfiles-nix-8fa39f6a1baaddfa642dc3a869b7535f0b5b09b4.tar.bz2 dotfiles-nix-8fa39f6a1baaddfa642dc3a869b7535f0b5b09b4.zip |
add minimal config option
Diffstat (limited to 'modules/options.nix')
-rw-r--r-- | modules/options.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |