install_template: add jq
This commit is contained in:
parent
4ff88b818b
commit
c3cb8c54ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user