mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: flake update
marksman and mise causing rebuild switch errors
This commit is contained in:
parent
85a9889d0a
commit
f103e93429
7 changed files with 58 additions and 45 deletions
|
|
@ -9,9 +9,12 @@ web_search = "live"
|
|||
|
||||
notify = [
|
||||
"terminal-notifier",
|
||||
"-title", "Codex CLI",
|
||||
"-message", "Task completed!",
|
||||
"-sound", "default",
|
||||
"-title",
|
||||
"Codex CLI",
|
||||
"-message",
|
||||
"Task completed!",
|
||||
"-sound",
|
||||
"default",
|
||||
]
|
||||
|
||||
[features]
|
||||
|
|
@ -23,12 +26,17 @@ max_threads = 6
|
|||
max_depth = 1
|
||||
|
||||
[tui]
|
||||
status_line = ["model-with-reasoning", "context-remaining", "current-dir", "git-branch", "five-hour-limit"]
|
||||
status_line = [
|
||||
"model-with-reasoning",
|
||||
"context-remaining",
|
||||
"current-dir",
|
||||
"git-branch",
|
||||
"five-hour-limit",
|
||||
]
|
||||
|
||||
[sandbox_workspace_write]
|
||||
network_access = true
|
||||
|
||||
[mcp_servers.mcp-nixos]
|
||||
command = "nix"
|
||||
args = ["run", "github:utensils/mcp-nixos", "--"]
|
||||
|
||||
command = "uvx"
|
||||
args = ["mcp-nixos"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue