mirror of
https://github.com/nix-community/home-manager
synced 2025-02-24 09:05:08 +01:00
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;
|
|
}
|