blob: 14d8a5f36cafc7fc277b8c76f754818bc4c23c2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Configuration for writing in polish
{
i18n.defaultLocale = "en_US.UTF-8"; # Less confusing locale than polish one
console.keyMap = "pl";
time.timeZone = "Europe/Warsaw";
services.xserver.layout = "pl";
}
|