A helper for impermanence and preservation.
When you remove entries from your persistence configuration, those entries are not automatically deleted from the persistence root. This tool helps you prune unused entries from your persistence roots.
We provide a NixOS module. To enable it, set the following configuration:
{
programs.ph.enable = true;
}