nix-config/modules/browsers/librewolf/languages.nix

6 lines
90 B
Nix
Raw Normal View History

2025-07-27 23:41:39 +01:00
{
flake.modules.homeManager.gui.programs.librewolf.languagePacks = [
"en-GB"
];
}