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 | 84b8511effb5caaffbce4e79de541c3255126f5c (patch) | |
tree | 33659dcd2d0a30521d995c479038aa12381d361b /tv/2configs | |
parent | d0485db1ff07c760600d0e6f02bd3835558ece4b (diff) |
tv: use sane default locale
Diffstat (limited to 'tv/2configs')
-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 72c48da..4d27b0e 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" |