snowflake/home/lf/default.nix

14 lines
209 B
Nix
Raw Normal View History

2023-06-11 02:08:06 -04:00
_: {
2023-02-01 15:48:46 -05:00
programs.lf = {
enable = true;
settings = {
shell = "nushell";
hidden = true;
icons = true;
drawbox = true;
ignorecase = true;
2023-04-23 14:32:30 -04:00
color256 = true;
2023-02-01 15:48:46 -05:00
};
};
}