1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-22 08:51:12 +01:00
home-manager/tests/modules/programs/delta/default.nix
Bruno BELANYI c9d758b500 tests/delta: add 'delta-final-package'
This tests the usage of the wrapper program when `programs.git` is
disabled, and therefore home-manager is _not_ generating its
configuration.
2025-10-20 09:13:03 -05:00

6 lines
198 B
Nix

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