about summary refs log tree commit diff
path: root/machines/pl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/pl.nix')
-rwxr-xr-xmachines/pl.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/machines/pl.nix b/machines/pl.nix
new file mode 100755
index 0000000..14d8a5f
--- /dev/null
+++ b/machines/pl.nix
@@ -0,0 +1,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";
+}