Added basic git config to user hermannsn

This commit is contained in:
Niklas Hermanns 2024-07-02 13:25:54 +02:00
parent e5ff8ce072
commit 3a747e60af

View File

@ -12,4 +12,14 @@
# thunderbird
];
};
home-manager = {
users.hermannsn = {
programs.git = {
enable = true;
userName = "Niklas Hermanns";
userEmail = "Niklas.Hermanns@outlook.de";
};
home.stateVersion = "24.05";
};
};
}