home: pager: remove 'LESSHISTFILE'

It's now using an XDG-compliant value by default, I don't need to define
it myself.
This commit is contained in:
Bruno BELANYI 2026-01-02 15:55:34 +00:00
parent fe7b0a57a8
commit b1169858cd

View file

@ -35,8 +35,6 @@ in
}; };
in in
lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options); lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options);
# Better XDG compliance
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
}; };
}; };
} }