install_template: add jq

This commit is contained in:
Aaron Bieber 2022-10-13 21:32:30 -06:00
parent 4ff88b818b
commit c3cb8c54ed
No known key found for this signature in database

View File

@ -43,7 +43,7 @@ in {
packages = with pkgs; [ ];
};
environment.systemPackages = with pkgs; [ neovim nixfmt ];
environment.systemPackages = with pkgs; [ neovim nixfmt jq ];
services.openssh = {
enable = true;