nvidia fix m3-ares

This commit is contained in:
m3tm3re
2026-01-03 09:31:59 +01:00
parent 841d7abbe7
commit f615f3bd6a
5 changed files with 29 additions and 28 deletions

View File

@@ -1,4 +1,8 @@
{pkgs, ...}: {
{
config,
pkgs,
...
}: {
hardware.nvidia = {
prime = {
offload.enable = false;
@@ -15,6 +19,7 @@
open = false;
dynamicBoost.enable = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.production;
};
hardware.tuxedo-drivers.enable = true;
hardware.bluetooth.enable = true;