tv: use sane default locale

This commit is contained in:
tv 2020-07-14 22:04:02 +02:00
parent 7534036668
commit 9fdc801bb7

View File

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