sprich deutsch, hurensohn
This commit is contained in:
parent
c2cda08d69
commit
cd0f907613
4 changed files with 23 additions and 1 deletions
|
|
@ -11,5 +11,6 @@
|
|||
./shell.nix
|
||||
./networking.nix
|
||||
./dm.nix
|
||||
./localization.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
17
system/localization.nix
Normal file
17
system/localization.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
time = {
|
||||
timeZone = "Europe/Berlin";
|
||||
};
|
||||
i18n = {
|
||||
defaultLocale = "en_GB.UTF-8";
|
||||
};
|
||||
console.keyMap = "de";
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue