add git config to root

This commit is contained in:
Noa Aarts 2024-05-14 09:44:25 +02:00
parent a9089ad1db
commit 4352e7eeef

View file

@ -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";