blob: 111437d5a15f3e270b274df755e989f8bc6d37cb [file] [log] [blame]
{ pkgs, flakeRoot, ... }: {
home-manager.users.coded.programs.yazi = {
enable = true;
enableZshIntegration = true;
theme = builtins.fromTOML (builtins.readFile "${flakeRoot}/extensions/yazi/catppuccin-macchiato-theme.toml");
};
}