hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)

This commit is contained in:
Vaxry
2023-12-07 10:41:09 +00:00
committed by GitHub
parent 62a8d0be5c
commit d360550546
19 changed files with 1428 additions and 8 deletions

View File

@@ -20,6 +20,7 @@
pango,
pciutils,
systemd,
tomlplusplus,
udis86,
wayland,
wayland-protocols,
@@ -81,19 +82,20 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
buildInputs =
[
git
cairo
git
hyprland-protocols
libGL
libdrm_2_4_118
libGL
libinput
libxkbcommon
mesa
pango
pciutils
tomlplusplus
udis86
wayland
wayland-protocols
pciutils
wlroots
]
++ lib.optionals enableXWayland [libxcb xcbutilwm xwayland]