From 351d76d05ac4cd67866fa2005ee4501a2b14e6a7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 26 Jan 2026 08:06:19 -0500 Subject: update commits and remove unused modules/inputs --- options.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 241f726..3eb8b80 100644 --- a/options.nix +++ b/options.nix @@ -297,9 +297,6 @@ in { tpm = mkEnableOption { description = "Enable system TPM"; }; - hardened = mkEnableOption { - description = "Hardened the NixOS system"; - }; minimal = mkEnableOption { description = "Install only required system services, drivers, and programs."; }; @@ -493,7 +490,6 @@ in { # browsers = { firefox.enable = mkEnableOption "Enable the firefox browser."; - zen.enable = mkEnableOption "Enable the zen browser."; }; # -- cgit v1.2.3-freya