nixos-config/shared/yazi.nix

15 lines
183 B
Nix
Raw Normal View History

2023-10-26 12:12:45 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
ripgrep
fd
zoxide
ffmpegthumbnailer
poppler_utils
];
programs.yazi = {
enable = true;
};
}