Common: set up default keyboard layout

This commit is contained in:
Toast 2023-07-21 18:44:32 +02:00
parent 62a2fda287
commit 7e0a707db5
4 changed files with 5 additions and 17 deletions

View file

@ -18,6 +18,11 @@
cleanOnBoot = !config.boot.tmp.useTmpfs;
};
# Set up keyboard layout
services.xserver.layout = "es";
# Make the console use X's keyboard configuration
console.useXkbConfig = true;
# Set up localisation
i18n = {
defaultLocale = "en_US.UTF-8";