From 55f7b357de2b6b09d938a55ea41e89bfa2922fd8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 7 Mar 2021 18:50:41 +0100 Subject: [PATCH] Remove git from packages --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8f5c6c5..b0e4e94 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,7 +15,7 @@ version = 4; }; - environment.systemPackages = with pkgs; [ libraspberrypi git htop vim ]; + environment.systemPackages = with pkgs; [ libraspberrypi htop vim ]; # !!! Adding a swap file is optional, but strongly recommended! swapDevices = [{