mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
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:
parent
fdfcfc824e
commit
a36fa5c229
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user