modules - fix nvidia drivers module

This commit is contained in:
shynd 2025-02-20 18:27:42 +01:00
parent 0ac9d2cae2
commit da0976b92b
1 changed files with 38 additions and 38 deletions

View File

@ -11,7 +11,6 @@ in
config = mkIf cfg.enable {
services.xserver.videoDrivers = [ "nvidia" ];
};
hardware.graphics = {
enable = true;
@ -58,4 +57,5 @@ in
# specific gpu.
package = config.boot.kernelPackages.nvidiaPackages.latest;
};
};
}