nixfiles/home/dev/vcs.nix
2021-12-28 21:42:46 +00:00

4 lines
73 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ gitAndTools.gitFull ];
}