fix(nix-monitor): add notes to readme

This commit is contained in:
avivbintangaringga
2026-07-15 23:47:04 +07:00
parent acdae44300
commit 00ecbd7786
+8 -4
View File
@@ -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!