Skip to content

Commit

Permalink
Use Finnish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed May 28, 2024
1 parent 69e0d0d commit 9a9367a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/locale.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
time.timeZone = "Europe/Helsinki";
i18n.defaultLocale = "en_US.UTF-8";

i18n = {
defaultLocale = "fi_FI.UTF-8";
extraLocaleSettings = {
LC_MESSAGES = "en_US.UTF-8";
};
};

location.provider = "geoclue2";
services.geoclue2.enable = true;
Expand Down

0 comments on commit 9a9367a

Please sign in to comment.