feat: add lf
This commit is contained in:
parent
5caaa1e678
commit
02dfcc61d4
3 changed files with 19 additions and 1 deletions
modules/home/lf
18
modules/home/lf/default.nix
Normal file
18
modules/home/lf/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
programs.lf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
shell = "nushell";
|
||||
hidden = true;
|
||||
icons = true;
|
||||
drawbox = true;
|
||||
ignorecase = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue