shortened

This commit is contained in:
John Lancaster
2025-07-04 10:57:30 -05:00
parent 82dfb95bde
commit e000d5c7e8

View File

@@ -42,11 +42,7 @@
{
lib = { inherit mkhomeManagerModules; };
homeManagerModules.default = { ... }: {
imports = [
./homeManagerModules
];
};
homeManagerModules.default = ./homeManagerModules;
nixosModules.default = { config, ... }: {
imports = [