{ config, pkgs, ... }: { programs.firefox.enable = true; environment.systemPackages = with pkgs; [ google-chrome ]; }