mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
chore: fix codex paths
This commit is contained in:
parent
010831e0c9
commit
d352c45733
4 changed files with 6 additions and 19 deletions
|
|
@ -18,7 +18,6 @@
|
|||
./git.nix
|
||||
./k9s.nix
|
||||
./lazygit.nix
|
||||
./mise.nix
|
||||
./migration.nix
|
||||
./nvim.nix
|
||||
./hermes.nix
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
globalConfig = {
|
||||
tools = {
|
||||
"npm:@openai/codex" = "latest";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue