nixos-config/hosts/computer-mo/system/pkg-firefox.nix

8 lines
88 B
Nix

{ ... }:
{
programs.firefox = {
enable = true;
languagePacks = ["de"];
};
}