Remove git from packages
This commit is contained in:
parent
5eab32bc98
commit
55f7b357de
|
@ -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 = [{
|
||||||
|
|
Loading…
Reference in New Issue