darwin
This commit is contained in:
@@ -38,12 +38,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Make ALL external HM modules available globally
|
# 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; [
|
sharedModules = with inputs; [
|
||||||
sops-nix.homeManagerModules.sops
|
|
||||||
nix-plist-manager.homeManagerModules.default
|
nix-plist-manager.homeManagerModules.default
|
||||||
nix-index-database.homeModules.nix-index
|
# Add any other darwin-specific external HM modules here
|
||||||
stylix.homeModules.stylix
|
|
||||||
# Add any other external HM modules here
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users."mattjallen" = lib.mkAliasDefinitions options.${namespace}.home.extraOptions;
|
users."mattjallen" = lib.mkAliasDefinitions options.${namespace}.home.extraOptions;
|
||||||
|
|||||||
Reference in New Issue
Block a user