This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/system/git.nix
2024-05-15 03:44:00 +02:00

8 lines
79 B
Nix

{ ... }:
{
programs.git = {
enable = true;
lfs.enable = true;
};
}