diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-26 08:06:19 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-26 08:06:19 -0500 |
| commit | 351d76d05ac4cd67866fa2005ee4501a2b14e6a7 (patch) | |
| tree | 8a6cce571bdb88792645fb78c487ab4888864d0e /options.nix | |
| parent | modify firefox stuff (diff) | |
| download | dotfiles-nix-351d76d05ac4cd67866fa2005ee4501a2b14e6a7.tar.gz dotfiles-nix-351d76d05ac4cd67866fa2005ee4501a2b14e6a7.tar.bz2 dotfiles-nix-351d76d05ac4cd67866fa2005ee4501a2b14e6a7.zip | |
update commits and remove unused modules/inputs
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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."; }; # |