feat(yazi): install yazi

This commit is contained in:
Khaïs COLIN 2024-11-09 21:04:00 +01:00
parent 22c8cf3f22
commit 1000b4f5ab

View file

@ -211,4 +211,8 @@ in {
doomDir = ./doom.d; doomDir = ./doom.d;
extraBinPackages = with pkgs; [ccls nil nixd]; extraBinPackages = with pkgs; [ccls nil nixd];
}; };
programs.yazi = {
enable = true;
};
} }