feat: alias a=aoe

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
naps62
2026-08-17 08:44:33 +00:00
parent 4dcf84d41c
commit 1cddd495cd
+2
View File
@@ -10,4 +10,6 @@
# aoe-with-web, not default: same single `aoe` binary plus the `serve`
# subcommand (web dashboard). The default build has no `serve` at all.
home.packages = [ inputs.agent-of-empires.packages.${pkgs.system}.aoe-with-web ];
home.shellAliases.a = "aoe";
}