This commit is contained in:
2025-12-07 19:08:24 +02:00
parent c17536650e
commit 2bbdc3afc8

View File

@@ -67,15 +67,16 @@ in
home-manager.users.irena = {
home = {
stateVersion = "25.05";
language = {
base = "lt_LT.UTF-8";
};
language.base = "lt_LT.UTF-8";
sessionVariables = {
LANGUAGE = "lt:ru:en";
};
};
programs.firefox = {
programs = {
bash.enable = true;
firefox = {
enable = true;
languagePacks = [
"lt"
@@ -94,6 +95,7 @@ in
};
};
};
};
mj = {
stateVersion = "25.05";