diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-05 19:49:56 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-05 19:49:56 -0400 |
commit | d9a184ba62e94926f7b34089c5c850c4bc1f1ee3 (patch) | |
tree | 69b69f72d3e4d0134349ae2f20dc33b72dafbf60 /modules/browsers/default.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-d9a184ba62e94926f7b34089c5c850c4bc1f1ee3.tar.gz dotfiles-nix-d9a184ba62e94926f7b34089c5c850c4bc1f1ee3.tar.bz2 dotfiles-nix-d9a184ba62e94926f7b34089c5c850c4bc1f1ee3.zip |
zen browser
Diffstat (limited to 'modules/browsers/default.nix')
-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."; }; } |