feat(zsh): install atuin

This commit is contained in:
Khaïs COLIN 2024-12-29 12:06:41 +01:00
parent 8ef6734e25
commit 7579c77002

View file

@ -217,4 +217,9 @@ in {
programs.yazi = {
enable = true;
};
programs.atuin = {
enable = true;
enableZshIntegration = true;
};
}