feat: use color256, remove extraconfig

This commit is contained in:
notohh 2023-04-23 14:32:30 -04:00
parent 5d4ba235cb
commit c7d05539d9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,4 +1,5 @@
{
pkgs,
...
}: {
programs.lf = {
@ -9,10 +10,7 @@
icons = true;
drawbox = true;
ignorecase = true;
color256 = true;
};
extraConfig = ''
'';
};
}