feat: enableNushellIntegration for atuin

This commit is contained in:
Ryan Yin
2024-05-06 10:25:17 +08:00
parent 4f780f3f61
commit f4d91b6827

View File

@@ -134,7 +134,7 @@
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableNushellIntegration = false;
enableNushellIntegration = true;
};
};
}