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;