From 6b7dfb0a969edc5b3f433f3ff422ea73f46a06d8 Mon Sep 17 00:00:00 2001 From: avivbintangaringga Date: Sat, 18 Jul 2026 14:01:12 +0700 Subject: [PATCH] fix(nix-monitor): add dependencies --- nix-monitor/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-monitor/plugin.toml b/nix-monitor/plugin.toml index be1b726..7a6d079 100644 --- a/nix-monitor/plugin.toml +++ b/nix-monitor/plugin.toml @@ -6,7 +6,7 @@ icon = "package" author = "avivbintangaringga" description = "Nixpkgs update monitor" tags = [ "nixos", "utility" ] -dependencies = [ "nix", "nixos-version", "nixos-rebuild", "git", "du", "cat", "awk", "grep", "tail", "wc", "kill", "pkill" ] +dependencies = [ "nix", "nixos-version", "nixos-rebuild", "nix-store", "git", "du", "cat", "echo", "read", "awk", "grep", "tail", "wc", "kill", "pkill" ] license = "MIT" [[widget]]