From 809f3267e14b3f1b8893a0c34f36fe8a0909b03b Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Thu, 16 May 2024 15:52:56 -0400 Subject: [PATCH] fix(hyprland): match mesa version to hyprland version --- modules/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 0a3243c..c40980d 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -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; [