From d44c193a3d859650c8b04faaee59b24d21bf641c Mon Sep 17 00:00:00 2001 From: avivbintangaringga Date: Tue, 14 Jul 2026 11:49:18 +0700 Subject: [PATCH] add license and icon --- nix-monitor/plugin.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-monitor/plugin.toml b/nix-monitor/plugin.toml index 4e34514..aded5ce 100644 --- a/nix-monitor/plugin.toml +++ b/nix-monitor/plugin.toml @@ -2,10 +2,12 @@ id = "avivbintangaringga/nix-monitor" name = "Nix Monitor" version = "1.0.0" min_noctalia = "5.0.0" +icon = "package" author = "avivbintangaringga" description = "Nixpkgs update monitor" tags = [ "nix", "utility" ] dependencies = [ "nixos-version", "git", "pkill" ] +license = "MIT" [[widget]] id = "Nix Monitor"