nix-dotfiles/modules/hm/yazi.nix
2023-09-18 14:08:07 +02:00

12 lines
179 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.ffmpegthumbnailer ];
programs.yazi = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}