dotfiles/home/yazi/default.nix

12 lines
157 B
Nix

{ inputs, config, pkgs, ... }:
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
flavors = {
};
};
}