Fix add programs
This commit is contained in:
parent
15e01a456e
commit
29c94165da
4 changed files with 24 additions and 7 deletions
12
home/programs/git.nix
Normal file
12
home/programs/git.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Florian RICHER";
|
||||
userEmail = "florian.richer@protonmail.com";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue