add git configuration for root
This commit is contained in:
parent
68998bc2ad
commit
a9089ad1db
1 changed files with 10 additions and 0 deletions
|
|
@ -32,6 +32,16 @@
|
|||
];
|
||||
|
||||
|
||||
modules = {
|
||||
apps = {
|
||||
enable = true;
|
||||
git = {
|
||||
name = "Noa Auto";
|
||||
email = "itepastra@gmail.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
home.file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue