fix(nix-monitor): change readme

This commit is contained in:
avivbintangaringga
2026-07-15 11:45:44 +07:00
parent 74f22f2c34
commit 70c2ec286d
+14 -2
View File
@@ -1,5 +1,17 @@
# Nix Monitor
![thumbnail](thumbnail.webp)
![Nix Monitor thumbnail](thumbnail.webp)
**Nix Monitor** checks Nixpkgs update by comparing local nix hash and remote Nixpkgs's hash. It also can run update and clean command.
**Nix Monitor** checks Nixpkgs update by comparing local nix hash and remote Nixpkgs's hash
## Features
- Shows local and remote nixpkgs hash
- Shows NixOS and optionally Home Manager generations
- Shows Nix Store size and closure size
- 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`