mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-23 19:09:50 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ in
|
|||
"xwayland" = enableXWayland;
|
||||
"legacy_renderer" = legacyRenderer;
|
||||
"uwsm" = false;
|
||||
"hyprpm" = false;
|
||||
})
|
||||
(mapAttrsToList mesonBool {
|
||||
"b_pch" = false;
|
||||
|
|
Loading…
Reference in a new issue