home: xdg: move 'less' variables to their module
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-03-11 18:10:13 +00:00
parent 801f097c51
commit 42877f591f
2 changed files with 1 additions and 2 deletions

View file

@ -15,6 +15,7 @@ in
# Clear the screen on start and exit
LESS = "-R -+X -c";
# Better XDG compliance
LESSKEY = "${config.xdg.configHome}/less/lesskey";
LESSHISTFILE = "${config.xdg.dataHome}/less/history";
};
};