fix(nix-monitor): change default clean command

This commit is contained in:
avivbintangaringga
2026-07-14 21:32:49 +07:00
parent b6b3791e3f
commit 64bf767497
+1 -1
View File
@@ -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"