1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/diff-highlight/default.nix
Austin Horstman 486487b5e9 tests/diff-highlight: add
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-19 10:24:15 -05:00

5 lines
201 B
Nix

{
diff-highlight-basic = ./diff-highlight-basic.nix;
diff-highlight-with-git-integration = ./diff-highlight-with-git-integration.nix;
diff-highlight-migration = ./diff-highlight-migration.nix;
}