blob: 111437d5a15f3e270b274df755e989f8bc6d37cb [file] [log] [blame]
Samuel Shuertfa67f842024-02-10 11:55:12 -05001{ pkgs, flakeRoot, ... }: {
2 home-manager.users.coded.programs.yazi = {
3 enable = true;
4 enableZshIntegration = true;
5 theme = builtins.fromTOML (builtins.readFile "${flakeRoot}/extensions/yazi/catppuccin-macchiato-theme.toml");
6 };
7}