From 667319cfb71e70ee7eb4616439753e96ceebbae0 Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Thu, 29 Feb 2024 16:14:12 +0100 Subject: [PATCH] Passthrough Home Manager module from age --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b08739c..8c68eaa 100644 --- a/flake.nix +++ b/flake.nix @@ -364,8 +364,8 @@ # SYSTEM-INDEPENDENT OUTPUTS # { - # Passthrough the agenix NixOS and Darwin module - inherit (agenix) nixosModules darwinModules; + # Passthrough the agenix NixOS, Darwin and Home Manager modules + inherit (agenix) nixosModules darwinModules homeManagerModules; # Overlay to add ragenix and replace agenix overlays.default = _final: prev: rec {