From c51e39dbe4e5804601ac60ea48e2a9d0fd096058 Mon Sep 17 00:00:00 2001 From: avivbintangaringga Date: Wed, 15 Jul 2026 11:03:34 +0700 Subject: [PATCH] fix(nix-monitor): add dependency in plugin.toml --- 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 5552d57..a9f42ee 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 = [ "nixos-version", "git", "pkill" ] +dependencies = [ "nix", "nixos-version", "nixos-rebuild", "git", "du", "cat", "awk", "grep", "tail", "wc", "pkill" ] license = "MIT" [[widget]]