nix-dotfiles/modules/lf.nix

13 lines
198 B
Nix

{
programs.lf = {
enable = true;
settings = {
dircounts = true;
icons = true;
# mouse = true;
number = true;
# scrollof = 3;
tabstop = 2;
};
};
}