use lix from nixpkgs

This commit is contained in:
cy 2025-04-14 10:35:18 -04:00
parent 904cecde76
commit fecdb66f77
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 5 additions and 108 deletions

View file

@ -1,4 +1,4 @@
{ inputs, config, ... }:
{ inputs, config, pkgs, ... }:
{
nix = {
settings = {
@ -33,6 +33,7 @@
options = "--delete-older-than 14d";
};
registry.nixpkgs.flake = inputs.nixpkgs;
package = pkgs.lix;
};
i18n.defaultLocale = "en_US.UTF-8";