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

@ -3,7 +3,7 @@
freecad freecad
# alsa-lib # alsa-lib
# alsa-oss # alsa-oss
# clang clang
# cmake # cmake
# libclang # libclang
# libopus # libopus

View file

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