{ pkgs, lib, config, ... }:
{
programs.firefox.enable = lib.mkDefault true;
home.packages = [
  #pkgs.chromium
  pkgs.liferea
];
}