dotfiles/home/yazi/default.nix

12 lines
157 B
Nix
Raw Normal View History

2024-06-20 10:27:29 +02:00
{ inputs, config, pkgs, ... }:
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
flavors = {
};
};
}