nixfiles/home/dev/all/vcs.nix

2 lines
71 B
Nix

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