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