diff --git a/extras/dev.nix b/extras/dev.nix index ee74546..4ca77e1 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -3,7 +3,7 @@ freecad # alsa-lib # alsa-oss - # clang + clang # cmake # libclang # libopus diff --git a/systems/BASED.nix b/systems/BASED.nix index 155727f..b098515 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -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") ];