home-manager/tests/modules/programs/lesspipe/lesspipe.nix

11 lines
219 B
Nix
Raw Permalink Normal View History

2024-12-27 18:39:49 +01:00
{
programs.lesspipe.enable = true;
test.stubs.lesspipe = { };
nmt.script = ''
assertFileContains home-path/etc/profile.d/hm-session-vars.sh \
'export LESSOPEN="|@lesspipe@/bin/lesspipe.sh %s"'
'';
}