ROCKPro64-Server/system/programs/git/default.nix

7 lines
79 B
Nix

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