add git configuration for root

This commit is contained in:
Noa Aarts 2024-05-14 09:36:09 +02:00
parent 68998bc2ad
commit a9089ad1db

View file

@ -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 # Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'. # plain files is through 'home.file'.
home.file = { home.file = {