lf keybinding

This commit is contained in:
John Lancaster
2026-02-16 17:32:09 -06:00
parent 86125bbecb
commit 3428e37a90

View File

@@ -2,6 +2,9 @@
flake.homeModules.files = { pkgs, ... }: flake.homeModules.files = { pkgs, ... }:
{ {
programs.lf.enable = true; programs.lf.enable = true;
programs.lf.cmdKeybindings = {
"D" = "delete";
};
home.packages = with pkgs; [ home.packages = with pkgs; [
gdu gdu