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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue