feat: opencode

This commit is contained in:
Anish Lakhwara
2025-12-13 00:40:32 -08:00
parent e5fed2cdaf
commit c23de0c990
15 changed files with 430 additions and 13 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ self, pkgs, ... }: {
{ self, pkgs, inputs, ... }: {
imports =
[ ../profiles/cli ../profiles/nvim ../profiles/direnv ../profiles/git ];
[ ../profiles/cli ../profiles/nvim ../profiles/direnv ../profiles/git ../profiles/opencode ];
home.stateVersion = "22.05";
}