another one :D
This commit is contained in:
7
home/usr/share/git/cnst/default.nix
Normal file
7
home/usr/share/git/cnst/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "cnst";
|
||||
userEmail = "adamhilmersson@gmail.com";
|
||||
};
|
||||
}
|
||||
7
home/usr/share/git/toothpick/default.nix
Normal file
7
home/usr/share/git/toothpick/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "toothpick";
|
||||
userEmail = "fredrik@libellux.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user