From 8f949fbc404f62b76f5b4144a2d89f9166165c43 Mon Sep 17 00:00:00 2001 From: ZeStig <69384921+zstg@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:11:10 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fe01f97..cd9940b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ hyprpm enable Hyprspace ``` ### Nix +To build the plugin manually: +```bash +git clone https://github.com/zstg/Hyprspace +nix-shell -p hyprland.dev libinput.dev wayland.dev libGL.dev hyprutils.dev pixman hyprgraphics.dev hyprlang.dev libxkbcommon.dev pkg-config aquamarine.dev pango.dev cairo.dev libdrm.dev +make +``` +This produces a `Hyprspace.so` file that can be loaded with `hyprctl plugin load /path/to/Hyprspace.so`. Refer to the [Hyprland wiki](https://wiki.hyprland.org/Nix/Hyprland-on-Home-Manager/#plugins) on plugins, but your flake might look like this: ```nix {