Specify langpacks for ff

This commit is contained in:
2026-02-12 17:12:29 +01:00
parent 262466c233
commit db14a812c5
2 changed files with 11 additions and 8 deletions

View File

@@ -43,7 +43,10 @@
bat.enable = true;
zsh.enable = true;
gamemode.enable = true;
firefox.enable = true;
firefox = {
enable = true;
languagePacks = ["cs" "en-GB" "en-US"];
};
virt-manager.enable = true;
weylus.enable = true;
gamescope.enable = true;
@@ -51,7 +54,7 @@
ccache = {
enable = true;
cacheDir = "/media/Data/.ccache";
cacheDir = "/media/data/.ccache";
};
git = {