mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
add mise module with codex, remove standalone mise package
This commit is contained in:
parent
d17f7f09c3
commit
801a2d8cfd
3 changed files with 11 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
./git.nix
|
||||
./k9s.nix
|
||||
./lazygit.nix
|
||||
./mise.nix
|
||||
./migration.nix
|
||||
./nvim.nix
|
||||
./skills.nix
|
||||
|
|
|
|||
10
home/mise.nix
Normal file
10
home/mise.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
globalConfig = {
|
||||
tools = {
|
||||
"npm:@openai/codex" = "latest";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -122,7 +122,6 @@ in {
|
|||
libpq
|
||||
librsvg
|
||||
llmfit
|
||||
mise
|
||||
minikube
|
||||
ngrok
|
||||
postgresql_17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue