diff options
Diffstat (limited to '')
-rw-r--r-- | modules/browsers/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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."; }; } |