aboutsummaryrefslogblamecommitdiffstats
path: root/nixos/locale.nix
blob: a4a429f994b065fd41c2f33ab6ac6e72646d553d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                  
{pkgs, ...}: {
  time.timeZone = "Europe/Athens";

  i18n = {
    defaultLocale = "en_US.UTF-8";

    # inputMethod = {
    #   enable = true;
    #   type = "fcitx5";
    # };
  };
}