hyprland: pin to upstream flake for 0.55.0 (includes resize-lag fix)

nixos-25.11 ships 0.52.1; the fix for XWayland resize lag landed in
0.52.2, and upstream is already on 0.55.0 by now. Add hyprwm/Hyprland
as a flake input and route programs.hyprland and the HM wayland module
through it. Doesn't `follows` our nixpkgs — upstream Hyprland needs
newer stdenv than 25.11 provides.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-11 11:48:36 +01:00
parent 9dda5b6371
commit 968f7d8be5
3 changed files with 504 additions and 7 deletions

View file

@ -16,6 +16,11 @@
};
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
# Pin Hyprland to upstream so we get the 0.52.2+ fixes ahead of
# nixos-25.11's slower bump cadence. Doesn't follow our nixpkgs —
# upstream needs newer stdenv than 25.11 ships.
hyprland.url = "github:hyprwm/Hyprland";
};
outputs =
{ self
@ -23,6 +28,7 @@
, home-manager-stable
, zen-browser
, nix-cachyos-kernel
, hyprland
, ...
} @ inputs:
let