testing nixpkgs.config.cudaSupport

This commit is contained in:
2025-03-24 18:41:59 -04:00
parent 8576cb2113
commit 171dcb6273

View File

@@ -1,5 +1,7 @@
{ config, ... }:
{
nixpkgs.config.cudaSupport = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
nvidia = {