Unverified Commit 1ba63079 authored by Donovan Glover's avatar Donovan Glover
Browse files

hyprlandPlugins.hyprspace: add update script

parent 3e6912e8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";