Files
nixverse/nodes/hosts/common/programs/git.nix

5 lines
50 B
Nix

{ pkgs, ... }: {
programs.git.enable = true;
}