From 4352e7eeef111df7f01be6bcc2e7f85c474166a3 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 14 May 2024 09:44:25 +0200 Subject: [PATCH] add git config to root --- hosts/default/root.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default/root.nix b/hosts/default/root.nix index 18f832c..37c71bb 100644 --- a/hosts/default/root.nix +++ b/hosts/default/root.nix @@ -1,6 +1,9 @@ { config, pkgs, inputs, ... }: { + imports = [ + ../../modules/applications + ]; # Home Manager needs a bit of information about you and the paths it should # manage. home.username = "root";