feat: use color256, remove extraconfig
This commit is contained in:
parent
5d4ba235cb
commit
c7d05539d9
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.lf = {
|
programs.lf = {
|
||||||
|
@ -9,10 +10,7 @@
|
||||||
icons = true;
|
icons = true;
|
||||||
drawbox = true;
|
drawbox = true;
|
||||||
ignorecase = true;
|
ignorecase = true;
|
||||||
|
color256 = true;
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
|
||||||
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue