Add module for machines located in Spain (keyboard and timezone) using tags
This commit is contained in:
parent
72e1c90b63
commit
d04dad50c7
2 changed files with 13 additions and 0 deletions
5
modules/spain.nix
Normal file
5
modules/spain.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
time.timeZone = "Europe/Madrid";
|
||||
console.keyMap = "es";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue