2.home-manager/tests/modules/programs/delta/default.nix
Austin Horstman 2c8b962091 tests/delta: add tests
Create a new set of tests to verify the new module's behavior.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-19 10:24:15 -05:00

5 lines
147 B
Nix

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