From 8004d18af549532c2c2945b0202b118cc2aafb97 Mon Sep 17 00:00:00 2001 From: ginkogruen Date: Wed, 16 Oct 2024 15:33:41 +0200 Subject: [PATCH] Added nixDarwinModule to flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 74e3420..c160988 100644 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,7 @@ } ) // { + nixDarwinModules.landingpage = self.nixosModules.landingpage; nixosModules.landingpage = { config, lib,