Refactor and add deno for javascript support

This commit is contained in:
2025-08-31 16:49:31 +02:00
parent ad08a4fa5c
commit 07ec9fe590
3 changed files with 20 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
{
hardware.graphics = {
@@ -13,6 +13,7 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
# Cuda for blender long build times
#environment.systemPackages = with pkgs; [
# (blender.override {
# cudaSupport = true;