opencode config changes

This commit is contained in:
m3tm3re
2026-01-11 13:13:07 +01:00
parent 9dfaccb77e
commit 18ef6174bb
4 changed files with 29 additions and 18 deletions

View File

@@ -182,8 +182,8 @@ in {
cli.rofi-project-opener = {
enable = true;
projectDirs = {
NIX = {
path = "~/p/NIX";
AI = {
path = "~/p/AI";
args = "";
};
CHAT = {
@@ -194,6 +194,10 @@ in {
path = "~/p/MISC";
args = "--agent chiron-forge";
};
NIX = {
path = "~/p/NIX";
args = "";
};
};
terminal = pkgs.kitty;
terminalCommand = "opencode %a";