11 lines
152 B
Nix
11 lines
152 B
Nix
{
|
|
programs.mise = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
enableZshIntegration = true;
|
|
settings = {
|
|
auto_install = false;
|
|
};
|
|
};
|
|
}
|