From 9ad45bec4c8fe995e40293059d586926c725ef1f Mon Sep 17 00:00:00 2001 From: mehbark Date: Sat, 5 Sep 2026 20:24:05 -0400 Subject: [PATCH] use open nvidia drivers --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f300beb..e8b3059 100644 --- a/configuration.nix +++ b/configuration.nix @@ -105,7 +105,7 @@ modesetting.enable = true; powerManagement.enable = true; powerManagement.finegrained = false; - open = false; + open = true; nvidiaSettings = true; };