feat(tazjin/eaglemode): add my eaglemode config

Very barebones for now.

Change-Id: I05b89f5f392eda221d0a61999d47d83f9bf3354a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12370
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2024-08-28 04:23:57 +03:00 committed by tazjin
parent c4654fe373
commit 55b0726571

View file

@ -0,0 +1,11 @@
# Derivation for my fully configured Eagle Mode.
{ depot, ... }:
let
config = depot.tools.eaglemode.etcDir {
extraPaths = [ depot.tools.eaglemode.commands.emacsclient ];
};
in
depot.tools.eaglemode.withConfig {
inherit config;
}