major refactor and reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-04 16:27:59 -05:00
parent e91cca9aeb
commit f99d2c3145
7 changed files with 15 additions and 201 deletions

View file

@ -91,7 +91,7 @@
outputs = {nixpkgs, home-manager, self, ... } @ inputs:
let
inherit (nixpkgs.lib) nixosSystem genAttrs replaceStrings;
inherit (nixpkgs.lib) genAttrs replaceStrings;
inherit (nixpkgs.lib.filesystem) packagesFromDirectoryRecursive listFilesRecursive;
forAllSystems =