From 0a955151d050ba78218d75a184dcf78ec49d3f69 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 8 Mar 2026 13:45:36 +0000 Subject: [PATCH] noc --- modules/ai-tools.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index 234f02a..f36ed8f 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -50,6 +50,10 @@ }; }; + home.shellAliases = { + noc = "nono run -s --allow-cwd --profile opencode --network-profile developer -- opencode"; + }; + home.packages = [ inputs'.llm-agents.packages.claude-code pkgs.nono