It's been 3.5 months since monitorHomeProfiles=true, so management will
have some history data to act upon.
manageHomeProfiles = lib.mkOption {
description = "Manage profiles in users' $HOME/.local/state/nix/profiles/";
type = lib.types.bool;
manageHomeProfiles = lib.mkOption {
description = "Manage profiles in users' $HOME/.local/state/nix/profiles/";
type = lib.types.bool;
- default = false; # Will flip to true later
};
dryRun = lib.mkOption {
description = "Say what would have been deleted rather than actually deleting profiles";
};
dryRun = lib.mkOption {
description = "Say what would have been deleted rather than actually deleting profiles";