blob: 8e69635ca2ddcadfc7b9260a160ab93dac04be9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Derivation for my fully configured Eagle Mode.
{ depot, ... }:
with depot.tools.eaglemode;
withConfig {
config = etcDir {
extraPaths = [
commands.emacsclient
plugins.example
];
};
}
|