tv: use sane default locale

This commit is contained in:
tv 2020-07-14 22:04:02 +02:00
parent 7534036668
commit 9fdc801bb7
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ with import <stockholm/lib>;
};
}
{
i18n.defaultLocale = mkDefault "C.UTF-8";
security.hideProcessInformation = true;
security.sudo.extraConfig = ''
Defaults env_keep+="SSH_CLIENT XMONAD_SPAWN_WORKSPACE"