sternchen gets de layout

This commit is contained in:
Ingolf Wagner 2021-03-06 05:59:24 +01:00
commit 09acd04a14
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 38 additions and 30 deletions
system/all

View file

@ -49,9 +49,11 @@
#time.timeZone = lib.mkDefault "Asia/Singapore";
#time.timeZone = lib.mkDefault "Asia/Makassar";
i18n.defaultLocale = "en_US.UTF-8";
# keyboard fiddling
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
console.font = "Lat2-Terminus16";
console.keyMap = "us";
console.keyMap = lib.mkDefault "us";
services.xserver.layout = lib.mkDefault "us";
# swappiness
# ----------