updated agents input

This commit is contained in:
m3tm3re
2026-03-14 10:06:47 +01:00
parent 411c67d2c6
commit 114644ce63
2 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, videoDrivers, ...}: {
imports = [
./opencode.nix
];
@@ -65,8 +65,8 @@
nodejs
opencode-desktop
(qmd.override {
vulkanSupport = true;
cudaSupport = false;
vulkanSupport = videoDrivers == ["amdgpu"];
cudaSupport = videoDrivers == ["nvidia"];
})
pi
alejandra