tvl-depot/users/emery/eaglemode/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
319 B
Nix
Raw Normal View History

# Derivation for my fully configured Eagle Mode.
{ depot, ... }:
let
config = depot.tools.eaglemode.etcDir {
extraPaths = [
depot.tools.eaglemode.commands.B
depot.tools.eaglemode.plugins.avif
depot.tools.eaglemode.plugins.qoi
];
};
in
depot.tools.eaglemode.withConfig { inherit config; }