chore: add yazi flake input as its package
This commit is contained in:
parent
ecaa2c0dc4
commit
054c83c2c5
3 changed files with 96 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
{ inputs, pkgs, ... }: {
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
package = inputs.yazi.packages.${pkgs.system}.default;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue