feat: Enable git program in mx

The configuration file for the mx system has been updated to enable the git program.
This commit is contained in:
Harald Hoyer 2024-06-12 10:49:49 +02:00
parent bd8d27e40e
commit 7020c4acbc

View file

@ -36,6 +36,7 @@
};
programs.git.config.safe.directory = "/var/lib/gitea/repositories/harald/nixcfg.git";
programs.git.enable = true;
environment.systemPackages = with pkgs; [
age