nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 36d02a6dcdae4821fa041cb33a0195be168a7dd8
parent 6fe1b2f913487f33bef587ccbc84b4c8990b72b5
Author: mtmn <miro@haravara.org>
Date:   Mon, 27 Apr 2026 21:33:30 +0200

dotfiles: add gemini to `isolate`

Diffstat:
Mmodules/mixins/dotfiles/bin/isolate | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/mixins/dotfiles/bin/isolate b/modules/mixins/dotfiles/bin/isolate @@ -44,6 +44,7 @@ for p in \ "$HOME/.cargo" \ "$HOME/.claude" \ "$HOME/.claude.json" \ + "$HOME/.gemini" \ "$(pwd)"; do args+=(--bind "$p" "$p") done