yazi: Change deprecated "manager" to new name "mgr" (#1424)

Link: https://github.com/nix-community/stylix/pull/1424

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
Fea 2025-05-30 18:03:29 +02:00 committed by GitHub
parent 0512b0f685
commit b69e9b761e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,9 @@ mkTarget {
mkSame = c: (mkBoth c c);
in
{
manager = rec {
mgr = rec {
# Reusing bat themes, since it's suggested in the stying guide
# https://yazi-rs.github.io/docs/configuration/theme#manager
# https://yazi-rs.github.io/docs/configuration/theme#mgr
syntect_theme = colors {
template = ../bat/base16-stylix.tmTheme.mustache;
extension = ".tmTheme";