Files
Olympus/modules/users/nathan/home-manager/features/yazi.nix
2026-04-22 13:27:21 -05:00

11 lines
174 B
Nix

{ ... }: {
flake.homeModules.nathan-yazi = { ... }: {
config = {
programs.yazi = {
enable = true;
};
};
};
}