nix-config/modules2/browsers/librewolf/languages.nix
Oliver Davies 4271993f2f
All checks were successful
/ check (push) Successful in 1m41s
Move firefox/librewolf configuration
2025-07-27 23:47:39 +01:00

5 lines
90 B
Nix

{
flake.modules.homeManager.gui.programs.librewolf.languagePacks = [
"en-GB"
];
}