1
0

add nixosModules.develop containing packages

This commit is contained in:
2025-09-21 18:52:49 -07:00
parent a204bbcf72
commit b699896f68
2 changed files with 86 additions and 0 deletions

View File

@@ -36,6 +36,12 @@
];
};
nixosModules.develop = { ... }: {
imports = [
./system/develop/packages.nix
];
};
# Home Manager Modules
homeManagerModules.default = { ... }: {
imports = [