6 lines
105 B
Nix
6 lines
105 B
Nix
{ ... }: {
|
|
flake.homeModules.commonFeatureLf = { ... }: {
|
|
programs.lf = { enable = true; };
|
|
};
|
|
}
|