fix(hyprland): match mesa version to hyprland version
This commit is contained in:
parent
d554c8fbf2
commit
809f3267e1
@ -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; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user