11 lines
167 B
Nix
11 lines
167 B
Nix
{ ... }: {
|
|
|
|
flake.homeModules.nathan = { ... }: {
|
|
config = {
|
|
programs.lf = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|