feat: hermes agent for m3-ares

This commit is contained in:
m3tm3re
2026-04-09 19:56:19 +02:00
parent c92868308b
commit ab3332e45b
17 changed files with 237 additions and 390 deletions

View File

@@ -16,7 +16,11 @@
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";
environment.systemPackages = with pkgs; [neovim git];
environment.systemPackages = with pkgs; [
neovim
git
ghostty.terminfo
];
services.openssh = {
enable = true;