From b69e9b761ee682b722e2c9ce46637e767b50f6dc Mon Sep 17 00:00:00 2001 From: Fea <53912746+feathecutie@users.noreply.github.com> Date: Fri, 30 May 2025 18:03:29 +0200 Subject: [PATCH] yazi: Change deprecated "manager" to new name "mgr" (#1424) Link: https://github.com/nix-community/stylix/pull/1424 Reviewed-by: awwpotato --- modules/yazi/hm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/yazi/hm.nix b/modules/yazi/hm.nix index 50c42906..6fb95024 100644 --- a/modules/yazi/hm.nix +++ b/modules/yazi/hm.nix @@ -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";