Move home-manager configurations files
This commit is contained in:
parent
9715b9569a
commit
1650bdc29b
37 changed files with 8 additions and 8 deletions
9
home-manager/cli/git.nix
Normal file
9
home-manager/cli/git.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ 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