1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 04:13:28 +02:00
home-manager/tests/modules/programs/yazi/default.nix
XYenon 90e62f96c7
programs.yazi: add module (#4373)
add module for yazi https://github.com/sxyazi/yazi a terminal rust file browser akin to ranger or joshuto
2023-08-27 20:47:47 +02:00

6 lines
168 B
Nix

{
yazi-settings = ./settings.nix;
yazi-bash-integration-enabled = ./bash-integration-enabled.nix;
yazi-zsh-integration-enabled = ./zsh-integration-enabled.nix;
}