From b882adc7eaa20ba20d5fa69ffc2947a07f464608 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Fri, 13 Mar 2026 16:34:00 +0000 Subject: [PATCH] tahani: add himayala alias to catch LLM typo of himalaya --- modules/tahani.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/tahani.nix b/modules/tahani.nix index 08defe0..3be9bcf 100644 --- a/modules/tahani.nix +++ b/modules/tahani.nix @@ -62,6 +62,9 @@ in { programs.git.settings.user.email = "christoph@schmatzler.com"; + # LLM typo guard + home.shellAliases.himayala = "himalaya"; + # Allow inbox-triage to access attachment staging and paperless ingestion dirs programs.opencode.settings.permission.external_directory = { "/tmp/himalaya-triage/*" = "allow";