From 4b985274f8c0a8a19934b9c188769bbba7869502 Mon Sep 17 00:00:00 2001 From: foxora Date: Tue, 17 Feb 2026 04:20:31 +0000 Subject: [PATCH] i fixed smth but now infinite recursion mentioned!!!! --- snow.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/snow.nix b/snow.nix index e0fe4c1..7602f7a 100644 --- a/snow.nix +++ b/snow.nix @@ -3,9 +3,7 @@ cerulean.mkNexus ./. (self: { nexus = { args = {inherit inputs;}; - modules = with inputs; [ - home-manager.nixosModules.home-manager - ]; + modules = with inputs; []; base = inputs.nixpkgs;