use homeModules for the home-manager module output

This commit is contained in:
musjj 2025-05-20 19:14:22 +07:00 committed by Jörg Thalheim
parent f79497d9a9
commit 8f29440e18

View file

@ -71,6 +71,7 @@
default = self.homeManagerModules.sops;
};
homeManagerModule = self.homeManagerModules.sops;
homeModules = self.homeManagerModules;
darwinModules = {
sops = ./modules/nix-darwin;
default = self.darwinModules.sops;