language
This commit is contained in:
parent
ebc5aae36f
commit
8f1192f901
3 changed files with 17 additions and 14 deletions
|
@ -56,17 +56,17 @@
|
|||
networking.firewall.enable = true;
|
||||
|
||||
time.timeZone = "America/Montevideo";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.defaultLocale = "es_UY.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "en_US.UTF-8";
|
||||
LC_IDENTIFICATION = "en_US.UTF-8";
|
||||
LC_MEASUREMENT = "en_US.UTF-8";
|
||||
LC_MONETARY = "en_US.UTF-8";
|
||||
LC_NAME = "en_US.UTF-8";
|
||||
LC_NUMERIC = "en_US.UTF-8";
|
||||
LC_PAPER = "en_US.UTF-8";
|
||||
LC_TELEPHONE = "en_US.UTF-8";
|
||||
LC_TIME = "en_US.UTF-8";
|
||||
LC_ADDRESS = "es_UY.UTF-8";
|
||||
LC_IDENTIFICATION = "es_UY.UTF-8";
|
||||
LC_MEASUREMENT = "es_UY.UTF-8";
|
||||
LC_MONETARY = "es_UY.UTF-8";
|
||||
LC_NAME = "es_UY.UTF-8";
|
||||
LC_NUMERIC = "es_UY.UTF-8";
|
||||
LC_PAPER = "es_UY.UTF-8";
|
||||
LC_TELEPHONE = "es_UY.UTF-8";
|
||||
LC_TIME = "es_UY.UTF-8";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
@ -100,10 +100,6 @@
|
|||
services.xserver.updateDbusEnvironment = true;
|
||||
services.xserver.enableTearFree = true;
|
||||
|
||||
qt = {
|
||||
platformTheme = "gnome";
|
||||
};
|
||||
|
||||
# TLP
|
||||
services.power-profiles-daemon.enable = false; # We disable this because it sucks
|
||||
services.tlp.enable = true;
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
meson
|
||||
python313
|
||||
libtool
|
||||
gnome-keyring
|
||||
;
|
||||
inherit
|
||||
(pkgs.llvmPackages_19)
|
||||
|
@ -34,6 +35,12 @@
|
|||
clang-manpages
|
||||
openmp
|
||||
;
|
||||
inherit
|
||||
(pkgs.emacsPackages)
|
||||
tree-sitter
|
||||
tsc
|
||||
tree-sitter-langs
|
||||
;
|
||||
};
|
||||
groups = [
|
||||
"users"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue