1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
home-manager/tests/modules/programs/difftastic/default.nix
Austin Horstman 4166d4e163 tests/difftastic: add
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-19 10:24:15 -05:00

7 lines
325 B
Nix

{
difftastic-basic = ./difftastic-basic.nix;
difftastic-with-git-integration = ./difftastic-with-git-integration.nix;
difftastic-with-git-external-diff = ./difftastic-with-git-external-diff.nix;
difftastic-with-git-difftool = ./difftastic-with-git-difftool.nix;
difftastic-migration = ./difftastic-migration.nix;
}