mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
shrink locales
This commit is contained in:
parent
1f55cfb230
commit
a5ce0e5446
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
time.timeZone = "US/Eastern";
|
||||
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
||||
|
||||
boot = {
|
||||
zfs.forceImportAll = false;
|
||||
|
|
Loading…
Reference in a new issue