hyprlandPlugins.hyprspace: add update script

This commit is contained in:
Donovan Glover
2024-08-21 14:07:35 -04:00
parent 3e6912e83b
commit 1ba63079be
@@ -3,6 +3,7 @@
fetchFromGitHub,
hyprland,
mkHyprlandPlugin,
unstableGitUpdater,
}:
mkHyprlandPlugin hyprland {
@@ -27,6 +28,8 @@ mkHyprlandPlugin hyprland {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
homepage = "https://github.com/KZDKM/Hyprspace";
description = "Workspace overview plugin for Hyprland";