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