mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
18 lines
298 B
Nix
18 lines
298 B
Nix
{
|
|
progrmas.mise = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
enableBashIntegration = true;
|
|
|
|
globalConfig = {
|
|
tools = {
|
|
node = "lts";
|
|
uv = "latest";
|
|
};
|
|
settings = {
|
|
experimental = true;
|
|
env_file = ".env";
|
|
};
|
|
};
|
|
};
|
|
}
|