mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: replace libgbm with mesa in hyprland
This commit is contained in:
parent
ce00823a20
commit
110f4792da
3 changed files with 10 additions and 5 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue