diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index a36c4996..419326c7 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -16,6 +16,8 @@ in home.sessionVariables = { PASSWORD_STORE_ENABLE_EXTENSIONS="true"; + LC_ALL="en_GB.UTF-8"; + LANG="en_GB.UTF-8"; }; news.display = "show";