Yazi: use home.packages until module is ready

This commit is contained in:
Filippo Berto 2023-09-18 14:08:07 +02:00
parent 48487bb38d
commit c89c6e9c4c
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,12 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ pkgs.ffmpegthumbnailer ]; home.packages = [ pkgs.yazi pkgs.ffmpegthumbnailer ];
programs.yazi = { # programs.yazi = {
enable = true; # enable = true;
enableBashIntegration = true; # enableBashIntegration = true;
enableZshIntegration = true; # enableZshIntegration = true;
}; # };
} }