Add en-GB to firefox

Not sure if this actually did anything.
This commit is contained in:
Alexander Wainwright
2025-12-21 13:53:48 +10:00
parent fcb71caa6c
commit 10a9f560e7

View File

@@ -67,5 +67,10 @@
# services.xserver.libinput.enable = true;
# Install firefox.
programs.firefox.enable = true;
programs.firefox = {
enable = true;
languagePacks = [
"en-GB"
];
};
}