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; [