dots/modules/home-manager/bundles/dev.nix
2025-10-22 01:22:05 +11:00

9 lines
86 B
Nix

{
util,
...
}:
{
imports = util.toImports ../features [
"zed-editor"
];
}