lix my ballx

This commit is contained in:
Tao Tien 2026-02-10 02:26:23 -08:00
parent 8df82ca204
commit 6eeee7ac88
4 changed files with 35 additions and 2 deletions

View file

@ -5,6 +5,20 @@
modulesPath,
...
}: {
nixpkgs.overlays = [
(final: prev: {
inherit
(prev.lixPackageSets.stable)
nixpkgs-review
nix-eval-jobs
nix-fast-build
colmena
;
})
];
nix.package = pkgs.lixPackageSets.stable.lix;
programs.pmount.enable = true;
environment.systemPackages = with pkgs; [
# keep-sorted start