From a9089ad1dbbceaccbddd9690f47e421e0d88b58e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 14 May 2024 09:36:09 +0200 Subject: [PATCH] add git configuration for root --- hosts/default/root.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/default/root.nix b/hosts/default/root.nix index 267b7d5..18f832c 100644 --- a/hosts/default/root.nix +++ b/hosts/default/root.nix @@ -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 = {