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:
parent
bd8d27e40e
commit
7020c4acbc
|
@ -36,6 +36,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git.config.safe.directory = "/var/lib/gitea/repositories/harald/nixcfg.git";
|
programs.git.config.safe.directory = "/var/lib/gitea/repositories/harald/nixcfg.git";
|
||||||
|
programs.git.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
age
|
age
|
||||||
|
|
Loading…
Reference in a new issue