From 00ecbd7786b483ef2e5c2f3b901985785927e552 Mon Sep 17 00:00:00 2001 From: avivbintangaringga Date: Wed, 15 Jul 2026 23:47:04 +0700 Subject: [PATCH] fix(nix-monitor): add notes to readme --- nix-monitor/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/nix-monitor/README.md b/nix-monitor/README.md index cef9773..3776e18 100644 --- a/nix-monitor/README.md +++ b/nix-monitor/README.md @@ -11,7 +11,11 @@ - Customizable clean and update command ## Requirements - - Git - - NixOS commands (`nix`, `nixos-rebuild`, `nixos-version`) - - Linux tools (`du`, `cat`, `awk`, `grep`, `tail`, `wc`, `pkill`) - - Optionally `home-manager` + - Git + - NixOS commands (`nix`, `nixos-rebuild`, `nixos-version`) + - Linux tools (`du`, `cat`, `awk`, `grep`, `tail`, `wc`, `kill`, `pkill`) + - Optionally `home-manager` + +## Notes + - You need to change the update command in the setting + - By default, clean command executes `nix-collect-garbage -d`, you can change it too!