nix/home/mise.nix
2026-03-30 00:28:59 -04:00

11 lines
150 B
Nix

{ ... }:
{
programs.mise = {
enable = true;
globalConfig = {
tools = {
"npm:@openai/codex" = "latest";
};
};
};
}