1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-12 03:59:49 +01:00
home-manager/tests/modules/programs/lesspipe/lesspipe.nix
2024-12-28 00:51:42 +01:00

10 lines
219 B
Nix

{
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"'
'';
}