mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
16 lines
231 B
Nix
16 lines
231 B
Nix
{
|
|
programs.mise = {
|
|
enable = true;
|
|
|
|
globalConfig = {
|
|
tools = {
|
|
node = "lts";
|
|
uv = "latest";
|
|
};
|
|
settings = {
|
|
experimental = true;
|
|
env_file = ".env";
|
|
};
|
|
};
|
|
};
|
|
}
|