{ config, pkgs, pkgs-stable, ... }: { programs.firefox = { enable = true; languagePacks = ["de"]; }; }