programs.lf.commands

Commands to declare. Commands set to null or an empty string are deleted.

Type
attribute set of (null or string)
Default
{ }
Example
{
  get-mime-type = "%xdg-mime query filetype \"$f\"";
  open = "$$OPENER $f";
}
Declared
<home-manager/modules/programs/lf.nix>