about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/weechat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/weechat/default.nix b/modules/workstation/weechat/default.nix
index e7257f0bedc3..a3cc16a481b0 100644
--- a/modules/workstation/weechat/default.nix
+++ b/modules/workstation/weechat/default.nix
@@ -119,7 +119,7 @@ let
   # to WeeChat before the /script loads, so scripts wouldn't be
   # available and we wouldn't be able to do stuff like set up Matrix.
   cfg = pkgs.runCommand "weechat-config" {} ''
-    ${weechatWrapper {
+    LC_ALL=C.UTF-8 ${weechatWrapper {
       configure = { ... }: {
         inherit scripts;
         init = concatStringsSep ";" (commands ++ [ "/save" "/exit" ]);