From 527c96af4ed48111cfa19161fb2680b6866c2594 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 11 Dec 2020 12:11:45 +0100 Subject: Add machines folder --- machines/pl.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 machines/pl.nix (limited to 'machines/pl.nix') 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"; +} -- cgit 1.4.1