Fix locale issues

This commit is contained in:
Trevor Vallender 2023-03-15 16:18:23 +00:00
parent 75f6cdaab2
commit 61fbbfb1a6
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
LC_ALL = "en_GB.UTF-8";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [