mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +01:00
90e62f96c7
add module for yazi https://github.com/sxyazi/yazi a terminal rust file browser akin to ranger or joshuto
5 lines
168 B
Nix
5 lines
168 B
Nix
{
|
|
yazi-settings = ./settings.nix;
|
|
yazi-bash-integration-enabled = ./bash-integration-enabled.nix;
|
|
yazi-zsh-integration-enabled = ./zsh-integration-enabled.nix;
|
|
}
|