Remove git from packages

This commit is contained in:
coolneng 2021-03-07 18:50:41 +01:00
parent 5eab32bc98
commit 55f7b357de
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
version = 4; 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! # !!! Adding a swap file is optional, but strongly recommended!
swapDevices = [{ swapDevices = [{