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 = {