{ pkgs, ... }: { home.packages = with pkgs; [ fira ]; programs.firefox = { enable = true; }; }