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

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

17 lines
271 B
Nix
Raw Normal View History

# Derivation for my fully configured Eagle Mode.
{ depot, ... }:
with depot.tools.eaglemode;
withConfig {
config = etcDir {
extraPaths = [
commands.emacsclient
plugins.example
plugins.yatracker
plugins.qoi
plugins.avif
];
};
}