fix(nix-monitor): add dependency in plugin.toml
This commit is contained in:
@@ -6,7 +6,7 @@ icon = "package"
|
|||||||
author = "avivbintangaringga"
|
author = "avivbintangaringga"
|
||||||
description = "Nixpkgs update monitor"
|
description = "Nixpkgs update monitor"
|
||||||
tags = [ "nixos", "utility" ]
|
tags = [ "nixos", "utility" ]
|
||||||
dependencies = [ "nixos-version", "git", "pkill" ]
|
dependencies = [ "nix", "nixos-version", "nixos-rebuild", "git", "du", "cat", "awk", "grep", "tail", "wc", "pkill" ]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[[widget]]
|
[[widget]]
|
||||||
|
|||||||
Reference in New Issue
Block a user