home-manager/tests/modules/programs/git/default.nix

6 lines
145 B
Nix
Raw Normal View History

{
git-with-email = ./git-with-email.nix;
git-with-most-options = ./git.nix;
git-with-str-extra-config = ./git-with-str-extra-config.nix;
}