fix: localization stuff not getting configured correctly

This commit is contained in:
2026-03-22 15:22:34 +01:00
parent d6ccdfda88
commit 4b9d20dbb6

View File

@@ -97,6 +97,11 @@ in
kcm_wallpaper=false
'';
xdg.userDirs = {
enable = true;
createDirectories = true;
};
# andared_corporativo network manager settings
"NetworkManager/system-connections/Andared_Corporativo.nmconnection" = {
mode = "0600";
@@ -167,7 +172,6 @@ in
users.users.root.initialPassword = "toor";
environment.systemPackages = with pkgs; [
firefox
git
gh
vim
@@ -198,6 +202,11 @@ in
]))
];
programs.firefox = {
enable = true;
languagePacks = [ "es-ES" ];
};
# sudo configuration
security.sudo.wheelNeedsPassword = true;