chore: add yazi flake input as its package

This commit is contained in:
Mohammad Rafiq 2025-03-07 13:24:10 +08:00
parent ecaa2c0dc4
commit 054c83c2c5
3 changed files with 96 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
{ inputs, pkgs, ... }: {
programs.yazi = {
enable = true;
package = inputs.yazi.packages.${pkgs.system}.default;
enableBashIntegration = true;
};
}