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

@@ -0,0 +1 @@
{"id":"nixos-config-gx2","title":"form","status":"tombstone","priority":2,"issue_type":"task","created_at":"2026-01-11T11:49:21.688289476+01:00","created_by":"m3tam3re","updated_at":"2026-01-11T11:51:36.426124223+01:00","deleted_at":"2026-01-11T11:51:36.426124223+01:00","deleted_by":"daemon","delete_reason":"delete","original_type":"task"}

30
flake.lock generated
View File

@@ -24,14 +24,17 @@
"agents": { "agents": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1768033296, "lastModified": 1767965833,
"narHash": "sha256-usQS87XQkl3VwBvdmKvxrxQuZGSLzKIu3q8P4cDhrCU=", "narHash": "sha256-8tKEfJU4bxlgPJwUTUDQkVJMbwWQMiYt+moLjMIFeVY=",
"path": "/home/m3tam3re/p/MISC/AGENTS", "ref": "refs/heads/master",
"type": "path" "rev": "3e20c82603a4ddedf04ff001adf943723a49dc37",
"revCount": 7,
"type": "git",
"url": "https://code.m3ta.dev/m3tam3re/AGENTS"
}, },
"original": { "original": {
"path": "/home/m3tam3re/p/MISC/AGENTS", "type": "git",
"type": "path" "url": "https://code.m3ta.dev/m3tam3re/AGENTS"
} }
}, },
"base16-schemes": { "base16-schemes": {
@@ -240,14 +243,17 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1768034354, "lastModified": 1768068765,
"narHash": "sha256-wAbsISiUqTlzs9KaLQqGEs25ZBw7X+d4euQ8OHmMgRc=", "narHash": "sha256-02ZFGjzZxoba0PSeStMyHHe1GPiCUh3Ve6zltevw0RE=",
"path": "/home/m3tam3re/p/NIX/nixpkgs", "ref": "refs/heads/master",
"type": "path" "rev": "00b858fbbed6d2ad9e9a4303bdbe96dc249c5e22",
"revCount": 31,
"type": "git",
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
}, },
"original": { "original": {
"path": "/home/m3tam3re/p/NIX/nixpkgs", "type": "git",
"type": "path" "url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
} }
}, },
"nix-colors": { "nix-colors": {

View File

@@ -22,8 +22,8 @@
nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0"; nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0";
nixpkgs-master.url = "github:nixos/nixpkgs/master"; nixpkgs-master.url = "github:nixos/nixpkgs/master";
# m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; # m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs";
# #
nur = { nur = {
url = "github:nix-community/NUR"; url = "github:nix-community/NUR";
@@ -45,8 +45,8 @@
nix-colors.url = "github:misterio77/nix-colors"; nix-colors.url = "github:misterio77/nix-colors";
agents = { agents = {
url = "path:/home/m3tam3re/p/MISC/AGENTS"; # url = "path:/home/m3tam3re/p/MISC/AGENTS";
# url = "git+https://code.m3ta.dev/m3tam3re/AGENTS"; url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
flake = false; flake = false;
}; };
}; };

View File

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