update flake and install git lfs
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 8m33s

This commit is contained in:
2025-04-21 20:39:21 +02:00
parent 3207899d6c
commit f5ea128df4
2 changed files with 10 additions and 9 deletions

View File

@ -10,6 +10,7 @@
config = lib.mkIf config.mods.git.enable {
programs.git = {
enable = true;
lfs.enable = true;
userEmail = "tomoron@student.42angouleme.fr";
userName = "tomoron";
extraConfig = {