Common: set up default keyboard layout
This commit is contained in:
parent
62a2fda287
commit
7e0a707db5
4 changed files with 5 additions and 17 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue