Add git to packages

This commit is contained in:
coolneng 2019-10-17 22:41:08 +02:00
parent 7d98be7e24
commit 1fd47cd8a7
2 changed files with 3 additions and 1 deletions

View File

@ -53,4 +53,5 @@
- [ ] Rebuild - [ ] Rebuild
** Communication ** Communication
*** TODO Matrix *** TODO Matrix
*** TODO Mail *** TODO Mail [0/1] [0%]
- [ ] Check out[[https://gitlab.com/simple-nixos-mailserver/nixos-mailserver][ nixos-mailserver]]

View File

@ -19,6 +19,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
raspberrypi-tools raspberrypi-tools
(import ./vim.nix) (import ./vim.nix)
git
]; ];
# File systems configuration for using the installer's partition layout # File systems configuration for using the installer's partition layout