From: Scott Worley Date: Thu, 14 May 2026 17:57:37 +0000 (-0700) Subject: Separate monitorHomeProfiles option that defaults to true X-Git-Url: http://git.scottworley.com/nix-profile-gc/commitdiff_plain/1f910c8b63eaecd0043615db59bcb0c27410da1b?ds=inline;hp=1f910c8b63eaecd0043615db59bcb0c27410da1b Separate monitorHomeProfiles option that defaults to true This gives us a way to put just the new home-profiles management in dry-run mode. This way, home-profiles management can be gently turned on by first enabling monitorHomeProfiles, running for awhile, and only then enabling manageHomeProfiles once it has active-usage data to work with. This also allows a safer path to flipping the manageHomeProfiles default from false to true. ---