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]]