updated agents input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user