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

View File

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

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";