mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +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
|
./git.nix
|
||||||
./k9s.nix
|
./k9s.nix
|
||||||
./lazygit.nix
|
./lazygit.nix
|
||||||
|
./mise.nix
|
||||||
./migration.nix
|
./migration.nix
|
||||||
./nvim.nix
|
./nvim.nix
|
||||||
./skills.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
|
libpq
|
||||||
librsvg
|
librsvg
|
||||||
llmfit
|
llmfit
|
||||||
mise
|
|
||||||
minikube
|
minikube
|
||||||
ngrok
|
ngrok
|
||||||
postgresql_17
|
postgresql_17
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue