hyprctl: use new hyprpaper ipc format (#12537)

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
Vaxry 2025-12-04 17:59:47 +00:00 committed by GitHub
parent 9b1891e476
commit d9657a95cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 392 additions and 14 deletions

View file

@ -65,6 +65,13 @@
inputs.systems.follows = "systems";
};
hyprwire = {
url = "github:hyprwm/hyprwire";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.hyprutils.follows = "hyprutils";
};
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";