frues-clan/modules/spain.nix
Pedro Rey Anca d04dad50c7
Some checks failed
Flake check / check (push) Failing after 5m10s
Update `flake.lock` / update_lockfile (push) Successful in 6m2s
Add module for machines located in Spain (keyboard and timezone) using tags
2025-09-06 11:16:35 +02:00

5 lines
109 B
Nix

{...}: {
time.timeZone = "Europe/Madrid";
console.keyMap = "es";
i18n.defaultLocale = "en_US.UTF-8";
}