home: pager: remove lesspipe

I don't use it anymore.
This commit is contained in:
Bruno BELANYI 2021-08-30 21:22:37 +02:00
parent 78064bb2a1
commit 9aba0d3ce0

View file

@ -9,8 +9,6 @@ in
config = lib.mkIf cfg.enable {
programs.lesspipe.enable = true;
home.sessionVariables = {
# My default pager
PAGER = "less";