1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00
home-manager/tests/modules/programs/lf/default.nix
Owen McGrath 2f2a4396c6
lf: add module
Adds 'programs.lf', configuration managment for lf, a terminal file
manager.

PR #1174
2020-04-23 22:41:22 +02:00

6 lines
130 B
Nix

{
lf-all-options = ./all-options.nix;
lf-minimal-options = ./minimal-options.nix;
lf-no-pv-keybind = ./no-pv-keybind.nix;
}