Nix: disable hyprpm

It does not work properly on Nix anyway. If you were using hyprpm in
some way before, please switch to using the `plugins` option in the
HM module (and the upcoming option in the NixOS module, soon™).
This commit is contained in:
Mihai Fufezan 2025-01-18 11:05:05 +02:00
parent fdfcfc824e
commit a36fa5c229

View file

@ -163,6 +163,7 @@ in
"xwayland" = enableXWayland; "xwayland" = enableXWayland;
"legacy_renderer" = legacyRenderer; "legacy_renderer" = legacyRenderer;
"uwsm" = false; "uwsm" = false;
"hyprpm" = false;
}) })
(mapAttrsToList mesonBool { (mapAttrsToList mesonBool {
"b_pch" = false; "b_pch" = false;