diff options
Diffstat (limited to 'modules/browsers/default.nix')
-rw-r--r-- | modules/browsers/default.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/browsers/default.nix b/modules/browsers/default.nix deleted file mode 100644 index 29049f4..0000000 --- a/modules/browsers/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - lib, - config, - ... -}: let - inherit (lib) mkEnableOption; -in { - imports = [ - ./firefox - ./zen.nix - ]; - - options.browsers = { - firefox = mkEnableOption "Enable the firefox browser."; - zen = mkEnableOption "Enable the zen browser."; - }; -} |