diff options
| author | schererleander <leander@schererleander.de> | 2025-11-05 18:42:56 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-06 19:40:41 +0100 |
| commit | 2a1d593b9a09423943896256d798fbae4e4b33ec (patch) | |
| tree | 825dda7054e4a436aec22daf3718cd59ad38e3e8 /hosts/adam/configuration.nix | |
| parent | d1da0153b21965b1819938b2c290b1165af37152 (diff) | |
create gemini-cli module and set settings
Diffstat (limited to 'hosts/adam/configuration.nix')
| -rw-r--r-- | hosts/adam/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index 2cb8fc4..b27da95 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -59,7 +59,6 @@ firefox imv mpv - gemini-cli zoxide @@ -81,6 +80,7 @@ zsh.enable = true; spicetify.enable = true; obsidian.enable = true; + gemini-client.enable = true; }; services = { printer.enable = true; |
