This commit is contained in:
2025-12-13 12:15:25 -05:00
parent b77c36764a
commit 7edab3d29b

View File

@@ -3,6 +3,16 @@
{pkgs, ...}:
{
nixpkgs.overlays = [ (final: prev: {
inherit (prev.lixPackageSets.stable)
nixpkgs-review
nix-eval-jobs
nix-fast-build
colmena;
}) ];
nix.package = pkgs.lixPackageSets.stable.lix;
# 🇺🇸
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {