diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-11 12:11:45 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-11 12:11:45 +0100 |
commit | 527c96af4ed48111cfa19161fb2680b6866c2594 (patch) | |
tree | 54fc683de97bb5a768598413cebae83553e4f7c1 /machines/pl.nix | |
parent | bb668c1bdfb2937e2ca987426aac6cfe1b544fc9 (diff) | |
download | dots-527c96af4ed48111cfa19161fb2680b6866c2594.tar.gz dots-527c96af4ed48111cfa19161fb2680b6866c2594.zip |
Add machines folder
Diffstat (limited to 'machines/pl.nix')
-rwxr-xr-x | machines/pl.nix | 11 |
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"; +} |