blob: c9834fc2985d9814fce5a8b278f37e2449722018 [file] [log] [blame]
{ pkgs, ... }: {
environment.variables.PAGER = "${pkgs.less}/bin/less -R";
}