yazi: append .yazi to plugin folders automatically

This commit is contained in:
linsui 2025-06-03 17:06:16 +08:00
parent 8d3fffc313
commit c4f3c2c742
2 changed files with 10 additions and 4 deletions

View file

@ -76,7 +76,7 @@ in
example = lib.literalExpression ''
{
foo = ./foo;
bar = pkgs.bar;
inherit (pkgs.yaziPlugins) bar;
}
'';
};
@ -97,7 +97,7 @@ in
example = lib.literalExpression ''
{
foo = ./foo;
bar = pkgs.bar;
inherit (pkgs.yaziPlugins) bar;
}
'';
};