nix/users/gandalf/modules/yazi.nix

7 lines
59 B
Nix

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