pantheon/users/modules/programs/yazi.nix

6 lines
82 B
Nix

{
programs.yazi = {
enable = true;
enableBashIntegration = true;
};
}