From 1e1eb9886cdb6b9023ce9f2b41eb96232ff1ec11 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 9 Apr 2026 10:32:06 -0500 Subject: [PATCH] darwin --- modules/darwin/home/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;