feat(programs): add opencode configuration

Enable 'opencode.nix' and update associated configurations.
This commit is contained in:
uttarayan21
2025-11-22 03:17:53 +05:30
parent 682531cff4
commit 2721c696d0
6 changed files with 31 additions and 10 deletions

View File

@@ -42,6 +42,7 @@
./yt-dlp.nix
./zoxide.nix
./neovim.nix
./opencode.nix
# ./goread.nix
# ./helix.nix

View File

@@ -0,0 +1,5 @@
{...}: {
programs.opencode = {
enable = true;
};
}