i fixed smth but now infinite recursion mentioned!!!!

This commit is contained in:
foxora 2026-02-17 04:20:31 +00:00
parent a9510e1723
commit 4b985274f8

View file

@ -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;