it builds!

This commit is contained in:
2024-10-02 14:44:22 -05:00
parent a501308ce9
commit 2f7855ab00
6 changed files with 518 additions and 221 deletions

View File

@@ -12,14 +12,6 @@
outputs = { self, ... }@inputs: {
nixosModule = { config, lib, pkgs, ... }: {
imports = [
inputs.prgms.module
inputs.srvcs.module
inputs.packages.module
];
};
homeManagerModule = { config, lib, pkgs, ... }: {
imports = [