From 5b4d807c4b5988f6bfed8da9948a58a794f7d5fa Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 2 Jun 2026 11:10:15 +0100 Subject: [PATCH] Pinned nvidia driver to legacy_535 --- nixos/worklaptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/worklaptop.nix b/nixos/worklaptop.nix index 844f089..497a2c7 100644 --- a/nixos/worklaptop.nix +++ b/nixos/worklaptop.nix @@ -42,7 +42,7 @@ ]; }; nvidia = { - branch = "stable"; + branch = "legacy_535"; # Modesetting is required. modesetting.enable = true; powerManagement.enable = false;