This commit is contained in:
Tao Tien 2023-10-19 11:01:23 -07:00
parent b2797a94ba
commit ef988addd2
2 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,7 @@
environment.systemPackages = with pkgs; [
bat
bottom
cifs-utils
du-dust
exfatprogs
ffmpeg
@ -81,8 +82,11 @@
'';
time.timeZone = "US/Pacific";
i18n.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "en_US.utf8";
i18n.supportedLocales = [ "all" ];
# i18n.extraLocaleSettings = {
# LC_MESSAGES = "en_US.UTF-8";
# };
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];