Compare commits

...

3 Commits

Author SHA1 Message Date
4a614e1c66 Add nix to the list of available jailed packages
This will allow agent to run python/esphome/etc without
attempting to download and install them
2026-04-13 16:38:46 +00:00
d521f95a67 Prefer gemini3 models 2026-04-05 20:10:10 +00:00
3da7b843fb Do not install systemwide gemini-cli 2026-04-05 20:09:46 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -105,7 +105,6 @@ in
nixfmt
nixd
home-assistant-cli
gemini-cli
yt-dlp
# From hosts/common/tools.nix:
@@ -163,6 +162,8 @@ in
procps
python3
nix
]
))
]

View File

@@ -28,5 +28,8 @@
"maxAge": "30d"
},
"preferredEditor": "vim"
},
"model": {
"name": "auto-gemini-3"
}
}
}