diff --git a/nix/common.nix b/nix/common.nix index 71f24ed..e2d6202 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { nix = { @@ -9,4 +9,8 @@ "t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw=" ]; }; + + environment.systemPackages = with pkgs; [ + git + ]; }