Files

10 lines
107 B
Nix

{ config, pkgs, ... }:
{
programs.yazi = {
enable = true;
enableBashIntegration = true;
};
}