10 lines
134 B
Nix
10 lines
134 B
Nix
{
|
|
programs.mise = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
globalConfig.settings = {
|
|
auto_install = false;
|
|
};
|
|
};
|
|
}
|