{ lib, config, ... }: let inherit (lib) mkEnableOption; in { imports = [ ./firefox ]; options.browser = { firefox = mkEnableOption "Enable the firefox browser."; }; }