some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
11
sys/profiles/core/locale.nix
Normal file
11
sys/profiles/core/locale.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{lib, ...}: {
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
];
|
||||
};
|
||||
services.xserver.xkb.layout = "eu";
|
||||
|
||||
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue