lf: add theme and previewer
This commit is contained in:
parent
0dea94a913
commit
b0ecdda4b9
5 changed files with 576 additions and 3 deletions
18
user/lf/default.nix
Normal file
18
user/lf/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, lib, inputs, ... }: {
|
||||
programs.lf = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
"n" = "updir";
|
||||
"e" = "down";
|
||||
"i" = "up";
|
||||
"o" = "open";
|
||||
};
|
||||
settings = {
|
||||
icons = true;
|
||||
};
|
||||
|
||||
previewer.source = ./previewer;
|
||||
};
|
||||
xdg.configFile."lf/icons".source = ./icons;
|
||||
xdg.configFile."lf/colors".source = ./colors;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue