12 lines
145 B
Nix
12 lines
145 B
Nix
{
|
|
util,
|
|
...
|
|
}:
|
|
{
|
|
imports = util.toImports ../features [
|
|
# keep-sorted start
|
|
"direnv"
|
|
"zed-editor"
|
|
# keep-sorted end
|
|
];
|
|
}
|