nix-darwin/home/mise.nix
Poby d653b39a56
feat: add github_cli_token as sops secret
mise activate zsh via oh-my-zsh plugin
2026-03-15 02:50:21 +09:00

16 lines
231 B
Nix

{
programs.mise = {
enable = true;
globalConfig = {
tools = {
node = "lts";
uv = "latest";
};
settings = {
experimental = true;
env_file = ".env";
};
};
};
}