update
This commit is contained in:
parent
b2797a94ba
commit
ef988addd2
2 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
freecad
|
freecad
|
||||||
# alsa-lib
|
# alsa-lib
|
||||||
# alsa-oss
|
# alsa-oss
|
||||||
# clang
|
clang
|
||||||
# cmake
|
# cmake
|
||||||
# libclang
|
# libclang
|
||||||
# libopus
|
# libopus
|
||||||
|
|
|
||||||
|
|
@ -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") ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue