feat: codex config
This commit is contained in:
@@ -21,7 +21,12 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.ai =
|
flake.modules.homeManager.ai =
|
||||||
{ config, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
home.sessionVariables.GEMINI_CONFIG_DIR = "${config.xdg.configHome}/gemini";
|
home.sessionVariables.GEMINI_CONFIG_DIR = "${config.xdg.configHome}/gemini";
|
||||||
|
|
||||||
@@ -56,6 +61,8 @@ in
|
|||||||
"context-remaining"
|
"context-remaining"
|
||||||
"five-hour-limit"
|
"five-hour-limit"
|
||||||
];
|
];
|
||||||
|
projects.${config.meta.user.nixosConfigurationPath}.trust_level = "trusted";
|
||||||
|
sandbox_mode = "workspace-write";
|
||||||
personality = "pragmatic";
|
personality = "pragmatic";
|
||||||
features.undo = true;
|
features.undo = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ in
|
|||||||
homeModules.terminal
|
homeModules.terminal
|
||||||
homeModules.shell
|
homeModules.shell
|
||||||
homeModules.neovim
|
homeModules.neovim
|
||||||
|
homeModules.nh
|
||||||
homeModules.git
|
homeModules.git
|
||||||
homeModules.dev-tools
|
homeModules.dev-tools
|
||||||
homeModules.podman
|
homeModules.podman
|
||||||
|
|||||||
Reference in New Issue
Block a user