hyprlandPlugins.hypr-dynamic-cursors: add update script

This commit is contained in:
Donovan Glover 2024-08-12 12:53:36 -04:00
parent dceb6293c0
commit 78d64bd15d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,6 +3,7 @@
mkHyprlandPlugin, mkHyprlandPlugin,
fetchFromGitHub, fetchFromGitHub,
hyprland, hyprland,
unstableGitUpdater,
}: }:
mkHyprlandPlugin hyprland { mkHyprlandPlugin hyprland {
@ -27,6 +28,8 @@ mkHyprlandPlugin hyprland {
runHook postInstall runHook postInstall
''; '';
passthru.updateScript = unstableGitUpdater { };
meta = { meta = {
description = "Plugin to make your Hyprland cursor more realistic"; description = "Plugin to make your Hyprland cursor more realistic";
homepage = "https://github.com/VirtCode/hypr-dynamic-cursors"; homepage = "https://github.com/VirtCode/hypr-dynamic-cursors";