fix(hyprland): match mesa version to hyprland version

This commit is contained in:
Michael Thomas 2024-05-16 15:52:56 -04:00
parent d554c8fbf2
commit 809f3267e1

View File

@ -4,6 +4,11 @@
package = pkgs.unstable.hyprland;
};
hardware.opengl = {
package = pkgs.unstable.mesa.drivers;
package32 = pkgs.unstable.pkgsi686Linux.mesa.drivers;
};
services.gnome.gnome-keyring.enable = true;
environment.systemPackages = with pkgs; [