Add git module
This commit is contained in:
parent
b7c124a433
commit
04c18c06a7
5 changed files with 32 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./pass.nix
|
||||
./gnupg.nix
|
||||
./bat.nix
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
userName = "Yorick Barbanneau";
|
||||
userEmail = "ephase@xieme-art.org";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue