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