diff --git a/modules/darwin/home/default.nix b/modules/darwin/home/default.nix index cd8ffd5..5211470 100755 --- a/modules/darwin/home/default.nix +++ b/modules/darwin/home/default.nix @@ -38,12 +38,12 @@ }; # Make ALL external HM modules available globally + # Note: sops-nix, nix-index-database, and stylix are already injected + # globally via systems.modules.home in flake.nix; only darwin-specific + # modules that aren't in the global list should go here. sharedModules = with inputs; [ - sops-nix.homeManagerModules.sops nix-plist-manager.homeManagerModules.default - nix-index-database.homeModules.nix-index - stylix.homeModules.stylix - # Add any other external HM modules here + # Add any other darwin-specific external HM modules here ]; users."mattjallen" = lib.mkAliasDefinitions options.${namespace}.home.extraOptions;