diff options
| author | Baitinq <[email protected]> | 2022-09-22 15:39:10 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-22 15:42:09 +0200 |
| commit | 0b4cbaf201be7fb9d1e513fc056c82837b805cb0 (patch) | |
| tree | 1b1ff6468e8eab88c3d99587baa029b3d72ddc21 /hosts/home.nix | |
| parent | Update (diff) | |
| download | nixos-config-0b4cbaf201be7fb9d1e513fc056c82837b805cb0.tar.gz nixos-config-0b4cbaf201be7fb9d1e513fc056c82837b805cb0.tar.bz2 nixos-config-0b4cbaf201be7fb9d1e513fc056c82837b805cb0.zip | |
Use pkgs.gitFull git package
Diffstat (limited to 'hosts/home.nix')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 7b1990f..d742451 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -94,6 +94,7 @@ programs = { git = { enable = true; + package = pkgs.gitFull; userName = "Baitinq"; userEmail = "[email protected]"; signing = { |