9 mkHyprlandPlugin hyprland {
10 pluginName = "hyprspace";
11 version = "0-unstable-2024-09-16";
13 src = fetchFromGitHub {
16 rev = "8f14fa2e10d24742d713f04c278bc7651037b74b";
17 hash = "sha256-lMIFDORuyMYHtUPrRWU5WjGcS+ZMrR4/wBSO+sgUVSY=";
20 dontUseCmakeConfigure = true;
26 mv Hyprspace.so $out/lib/libhyprspace.so
31 passthru.updateScript = unstableGitUpdater { };
34 homepage = "https://github.com/KZDKM/Hyprspace";
35 description = "Workspace overview plugin for Hyprland";
36 license = lib.licenses.gpl2Only;
37 platforms = lib.platforms.linux;
38 maintainers = with lib.maintainers; [ donovanglover ];