blob: 9f59695a40b8135ee8d3838942cb3a19f68c97e8 (
plain) (
tree)
|
|
# 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
];
};
}
|