Files
2026-03-06 16:24:53 -06:00

11 lines
167 B
Nix

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