From c79972cbfa5d9cb2b983c02b53477754acf91f85 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Thu, 30 Mar 2023 13:24:16 -0300 Subject: [PATCH] Use mesa 22 until NixOS/nixpkgs #223729 is fixed --- hosts/desktops/rotterdam.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/desktops/rotterdam.nix b/hosts/desktops/rotterdam.nix index 4e7222d..cf63268 100644 --- a/hosts/desktops/rotterdam.nix +++ b/hosts/desktops/rotterdam.nix @@ -10,6 +10,8 @@ ./rotterdam ]; + hardware.opengl.mesaPackage = pkgs.mesa_22 + networking.hostName = "rotterdam"; services.hardware.openrgb.enable = true;