Manually decide locale on SSH profile

This commit is contained in:
Jimbo 2024-09-18 22:49:23 -04:00
parent 7ae06caef8
commit 3d118f406a

View file

@ -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