Files
nixverse/nodes/hosts/common/git.nix
2025-06-29 01:20:01 -04:00

5 lines
50 B
Nix

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