mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 10:05:17 +00:00
11 lines
150 B
Nix
11 lines
150 B
Nix
{ ... }:
|
|
{
|
|
programs.mise = {
|
|
enable = true;
|
|
globalConfig = {
|
|
tools = {
|
|
"npm:@openai/codex" = "latest";
|
|
};
|
|
};
|
|
};
|
|
}
|