Link: https://github.com/nix-community/stylix/pull/1945 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
6 lines
122 B
Nix
6 lines
122 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "OpenCode";
|
|
homepage = "https://opencode.ai";
|
|
maintainers = [ lib.maintainers.arunoruto ];
|
|
}
|