mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-22 08:51:12 +01:00
This tests the usage of the wrapper program when `programs.git` is disabled, and therefore home-manager is _not_ generating its configuration.
6 lines
198 B
Nix
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;
|
|
}
|