about summary refs log tree commit diff
path: root/modules/shell/less/default.nix
blob: bf6637ee3a7e872ed55ab02d20a28fd760eb9958 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [ less ];

  environment.variables.LESS = "cRS"; # use whole terminal, color, don't wrap
}