diff options
author | tv <tv@krebsco.de> | 2020-07-14 22:04:02 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-07-14 22:20:04 +0200 |
commit | 9fdc801bb79a57757851e7d4727b428af6ddc705 (patch) | |
tree | 6ff204f7807ab1e18acba13535483e97adcb40cc /tv | |
parent | 75340366685c47ddc649bcbd1b06666e09d3cf85 (diff) |
tv: use sane default locale
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 72c48da2c..4d27b0eac 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -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" |