From 24b2e7f676d8fdf0228c28feb92fcf250f01ca5b Mon Sep 17 00:00:00 2001 From: Lemmy Date: Tue, 14 Jul 2026 23:46:19 -0400 Subject: [PATCH] Update tags from 'nix' to 'nixos' 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 054e863..5d35c50 100644 --- a/nix-monitor/plugin.toml +++ b/nix-monitor/plugin.toml @@ -5,7 +5,7 @@ min_noctalia = "5.0.0" icon = "package" author = "avivbintangaringga" description = "Nixpkgs update monitor" -tags = [ "nix", "utility" ] +tags = [ "nixos", "utility" ] dependencies = [ "nixos-version", "git", "pkill" ] license = "MIT"