Manually decide locale on SSH profile
This commit is contained in:
parent
7ae06caef8
commit
3d118f406a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue