Common: move localisation settings to configuration.nix

This commit is contained in:
Toast 2023-07-21 01:35:01 +02:00
parent e3fe1566a4
commit d3067f9547
4 changed files with 17 additions and 22 deletions

View file

@ -33,8 +33,6 @@
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
keyMap = "es";
};