From d9a184ba62e94926f7b34089c5c850c4bc1f1ee3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 5 Aug 2025 19:49:56 -0400 Subject: zen browser --- modules/browsers/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/browsers/default.nix') diff --git a/modules/browsers/default.nix b/modules/browsers/default.nix index bf18d34..29049f4 100644 --- a/modules/browsers/default.nix +++ b/modules/browsers/default.nix @@ -7,9 +7,11 @@ in { imports = [ ./firefox + ./zen.nix ]; options.browsers = { firefox = mkEnableOption "Enable the firefox browser."; + zen = mkEnableOption "Enable the zen browser."; }; } -- cgit v1.2.3-freya