13 lines
209 B
Nix
13 lines
209 B
Nix
_: {
|
|
programs.lf = {
|
|
enable = true;
|
|
settings = {
|
|
shell = "nushell";
|
|
hidden = true;
|
|
icons = true;
|
|
drawbox = true;
|
|
ignorecase = true;
|
|
color256 = true;
|
|
};
|
|
};
|
|
}
|