feat: codex config

This commit is contained in:
2026-04-21 17:54:26 +02:00
parent 8cc4690839
commit 571082c713
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -21,7 +21,12 @@ in
};
flake.modules.homeManager.ai =
{ config, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
home.sessionVariables.GEMINI_CONFIG_DIR = "${config.xdg.configHome}/gemini";
@@ -56,6 +61,8 @@ in
"context-remaining"
"five-hour-limit"
];
projects.${config.meta.user.nixosConfigurationPath}.trust_level = "trusted";
sandbox_mode = "workspace-write";
personality = "pragmatic";
features.undo = true;
};
+1
View File
@@ -8,6 +8,7 @@ in
homeModules.terminal
homeModules.shell
homeModules.neovim
homeModules.nh
homeModules.git
homeModules.dev-tools
homeModules.podman