In home-manager, I am trying to generate files for notmuch with sthg like ` {config, ...} @ top: { config = mkIf cfg.enable ({ home.packages = [ pkgs.notmuch ]; } // genRcFiles top.config.home.mailAccounts); }` but it generates an infinite recursion on config. Any idea how to break the loop ?