From 3d118f406a0a32e23c57d873ebf513c107b91ce4 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 18 Sep 2024 22:49:23 -0400 Subject: [PATCH] Manually decide locale on SSH profile --- home-manager/jimbo_ssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/jimbo_ssh.nix b/home-manager/jimbo_ssh.nix index 3269777..358f57b 100644 --- a/home-manager/jimbo_ssh.nix +++ b/home-manager/jimbo_ssh.nix @@ -5,6 +5,9 @@ ./users/jimbo.nix ]; + # Manually set the locale because it can fail otherwise + home.sessionVariables.LANG = "C.UTF-8"; + # Rebuild this entire system programs.zsh = { shellAliases = let