diff options
Diffstat (limited to 'lib/config.nix')
-rw-r--r-- | lib/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.nix b/lib/config.nix index a0f7ea0..75b4fb1 100644 --- a/lib/config.nix +++ b/lib/config.nix @@ -5,4 +5,5 @@ permittedInsecurePackages = [ "electron-13.6.9" ]; + cudaSupport = true; } |