Files
nix-config/home-manager/programs/yazi.nix
T
autumn-the-kitty-cat ffe63a7a0d init: init
2025-11-17 22:58:39 -05:00

7 lines
88 B
Nix

{...}: {
programs.yazi = {
enable = true;
enableZshIntegration = true;
};
}