diff --git a/nix-monitor/plugin.toml b/nix-monitor/plugin.toml index de463ae..054e863 100644 --- a/nix-monitor/plugin.toml +++ b/nix-monitor/plugin.toml @@ -160,7 +160,7 @@ key = "clean_command" type = "string" label_key = "setting.clean_command.label" description_key = "setting.clean_command.description" -default = "nh clean all" +default = "nix-collect-garbage -d" [[setting]] key = "close_on_enter"