more reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-08 23:50:39 -05:00
parent a058fa3c90
commit 65d2b91057
7 changed files with 156 additions and 33 deletions

View file

@ -117,6 +117,8 @@
}
);
pkgs-stable = inputs.nixpkgs-stable.legacyPackages.x86_64-linux;
nixosModules = genAttrs (map nameOf (listFilesRecursive ./modules/system)) (
name: import ./modules/system/${name}.nix
);