rearrange NOTE blocks

This commit is contained in:
Yan Lin 2026-01-24 20:10:55 +01:00
parent 1451b18083
commit 9d1c8f4064
9 changed files with 27 additions and 38 deletions

View file

@ -1,3 +1,6 @@
# NOTE: API key file at: `~/.gemini/.env` with mode 600
# content: `GEMINI_API_KEY=your-api-key`
{ config, pkgs, lib, ... }:
{
@ -61,10 +64,4 @@
context."GEMINI" = "";
};
# NOTE: API key must be manually created in ~/.gemini/.env
# The file should contain:
# GEMINI_API_KEY=your-api-key
# Get your API key from https://aistudio.google.com/apikey
# Make sure to set permissions: chmod 600 ~/.gemini/.env
}