home: add pager
This commit is contained in:
parent
8b1d825aa4
commit
46c639ba08
|
@ -5,6 +5,7 @@
|
|||
./documentation.nix
|
||||
./git
|
||||
./jq.nix
|
||||
./pager.nix
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
|
4
home/pager.nix
Normal file
4
home/pager.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.lesspipe.enable = true;
|
||||
}
|
Loading…
Reference in a new issue