fix: replace libgbm with mesa in hyprland

This commit is contained in:
Youwen Wu 2025-01-16 15:39:38 -08:00
parent ce00823a20
commit 110f4792da
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 10 additions and 5 deletions

View file

@ -44,6 +44,11 @@
nixpkgs.overlays = [
inputs.apple-silicon.overlays.apple-silicon-overlay
inputs.vesktop-bin.overlays.default
(final: prev: {
hyprland = prev.hyprland.override {
libgbm = prev.mesa;
};
})
];
services.udev.extraRules = ''