~ruther/nixos-config

cc62e17adfb1a2b320cb0680b20989421d8b765b — Frantisek Bohacek 1 year, 4 months ago 806b983
feat: use en_US date
1 files changed, 2 insertions(+), 2 deletions(-)

M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +2 -2
@@ 46,8 46,8 @@
  i18n = {
    defaultLocale = "en_US.UTF-8";
    extraLocaleSettings = {                 # Extra locale settings that need to be overwritten
      LC_TIME = "cs_CZ.UTF-8";
      LC_MONETARY = "cs_CZ.UTF-8";
      # LC_TIME = "cs_CZ.UTF-8";
      # LC_MONETARY = "cs_CZ.UTF-8";
    };
  };


Do not follow this link