add shell integration for yazi

This commit is contained in:
Patrick Neff 2024-09-26 22:10:11 +02:00
parent bdfc970743
commit 0cd1cfc877
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ _: {
programs = { programs = {
yazi = { yazi = {
enable = true; enable = true;
enableZshIntegration = true;
}; };
}; };
} }