summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-02-08 14:20:33 -0600
committerAlejandro Soto <alejandro@34project.org>2024-02-08 16:19:47 -0600
commitb0c79283cc5fce5059d8ccde29296bdbcb8b0070 (patch)
tree40baadc6b74eae933fa19599f6306c7bad20517e /sys
parent7a7551af0aae406aa421323c4cac7ed4a6b44624 (diff)
home, sys: remove default language
Diffstat (limited to '')
-rw-r--r--sys/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix
index 7282fe9..bcba7c3 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -33,7 +33,6 @@ with lib; {
};
time.timeZone = "America/Costa_Rica";
- i18n.defaultLocale = "es_CR.UTF-8";
environment.systemPackages = [ pkgs.git ];