mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
hyprlandPlugins.hypr-dynamic-cursors: add update script
This commit is contained in:
parent
dceb6293c0
commit
78d64bd15d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user