{ config, lib, pkgs, ... }: { programs.yazi = { enable = true; enableNushellIntegration = true; theme = builtins.fromTOML (builtins.readFile ../config-files/yazi-catppuccin-mocha.toml); }; }