Skip to content

Commit

Permalink
Passthrough Home Manager module from age (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
veehaitch committed Mar 7, 2024
1 parent 0844f46 commit 06de099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 06de099

Please sign in to comment.