Samuel Shuert | fa67f84 | 2024-02-10 11:55:12 -0500 | [diff] [blame] | 1 | { 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 | } |