Skip to content

Commit

Permalink
Nix: disable hyprpm
Browse files Browse the repository at this point in the history
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™).
  • Loading branch information
fufexan committed Jan 18, 2025
1 parent fdfcfc8 commit a36fa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ in
"xwayland" = enableXWayland;
"legacy_renderer" = legacyRenderer;
"uwsm" = false;
"hyprpm" = false;
})
(mapAttrsToList mesonBool {
"b_pch" = false;
Expand Down

0 comments on commit a36fa5c

Please sign in to comment.