Use nvidia 470 legacy driver on hypnos
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m36s

This commit is contained in:
2024-06-22 17:50:00 +01:00
parent 82e7157434
commit 2384fc9224
3 changed files with 19 additions and 1 deletions

View File

@ -14,6 +14,15 @@
networking.hostId = "cf791898";
# nvidia 470 driver doesn't work with Wayland
services.xserver = {
displayManager.gdm.wayland = lib.mkForce false;
videoDrivers = [ "nvidia" ];
};
# Workaround for label rendering bug in GTK4 with nvidia 470 driver
environment.sessionVariables.GSK_RENDERER = "gl";
modules = {
desktop = {
browsers = {