nixos-config/modules/system/browser/default.nix

8 lines
88 B
Nix
Raw Normal View History

2024-08-10 20:30:24 +02:00
{ ... }:
{
programs.firefox = {
enable = true;
languagePacks = ["de"];
};
}