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