fix(nix-monitor): add dependency in plugin.toml

This commit is contained in:
avivbintangaringga
2026-07-15 11:04:20 +07:00
parent 30af4b0036
commit c51e39dbe4
+1 -1
View File
@@ -6,7 +6,7 @@ icon = "package"
author = "avivbintangaringga"
description = "Nixpkgs update monitor"
tags = [ "nixos", "utility" ]
dependencies = [ "nixos-version", "git", "pkill" ]
dependencies = [ "nix", "nixos-version", "nixos-rebuild", "git", "du", "cat", "awk", "grep", "tail", "wc", "pkill" ]
license = "MIT"
[[widget]]