snowflake/home/lf/default.nix
2023-06-10 05:04:09 -04:00

14 lines
213 B
Nix

{...}: {
programs.lf = {
enable = true;
settings = {
shell = "nushell";
hidden = true;
icons = true;
drawbox = true;
ignorecase = true;
color256 = true;
};
};
}