Add git module

This commit is contained in:
Yorick Barbanneau 2024-03-05 21:45:59 +01:00
parent b7c124a433
commit 04c18c06a7
5 changed files with 32 additions and 10 deletions

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
./git.nix
./pass.nix
./gnupg.nix
./bat.nix

View file

@ -1,9 +0,0 @@
{ pkgs, ... }:
{
programs.git = {
enable = true;
package = pkgs.gitFull;
userName = "Yorick Barbanneau";
userEmail = "ephase@xieme-art.org";
};
}