{ config, pkgs, ... }: { imports = [ ./firefox ]; programs.chromium = { enable = true; package = pkgs.ungoogled-chromium; }; }