nixos-combined-flake/modules/home-manager/shell/yazi/default.nix

8 lines
68 B
Nix

_: {
programs = {
yazi = {
enable = true;
};
};
}