nixfiles/home/dev/vcs.nix
2021-12-28 22:06:26 +00:00

2 lines
71 B
Nix

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