mise: rename settings to globalConfig.settings and remove zsh integration

This commit is contained in:
2026-01-21 14:32:03 +00:00
parent 439e8bd489
commit 70e7817f33
3 changed files with 3 additions and 6 deletions

View File

@@ -2,8 +2,7 @@
programs.mise = {
enable = true;
enableFishIntegration = true;
enableZshIntegration = true;
settings = {
globalConfig.settings = {
auto_install = false;
};
};