1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-26 02:45:01 +01:00
home-manager/tests/modules/programs/lesspipe/lesspipe.nix

11 lines
219 B
Nix
Raw 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"'
'';
}