Compare commits

..

2 Commits

Author SHA1 Message Date
e836072b51 fmt 2026-03-10 10:51:02 +00:00
5f26b3fac8 fix oc 2026-03-10 10:51:02 +00:00
3 changed files with 18 additions and 14 deletions

View File

@@ -1,8 +1,10 @@
{pkgs, ...}: let
opencode-nvim = pkgs.vimUtils.buildVimPlugin {
opencode-nvim =
pkgs.vimUtils.buildVimPlugin {
pname = "opencode-nvim";
version = "unstable-2026-03-07";
src = pkgs.fetchFromGitHub {
src =
pkgs.fetchFromGitHub {
owner = "sudo-tee";
repo = "opencode.nvim";
rev = "dffa3f39a8251c7ba53b1544d8536b5f51b4e90d";

View File

@@ -1,5 +1,6 @@
{
den.aspects.ai-tools.homeManager = {
config,
pkgs,
inputs',
...
@@ -78,6 +79,7 @@
ExecStart = "${inputs'.llm-agents.packages.opencode}/bin/opencode serve --port 18822";
Restart = "on-failure";
RestartSec = 5;
Environment = "PATH=${config.home.profileDirectory}/bin:/run/current-system/sw/bin";
};
Install = {
WantedBy = ["default.target"];