mirror of
https://github.com/iesfdlr/lab.git
synced 2026-06-06 01:16:49 +00:00
fix: localization stuff not getting configured correctly
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user