dots/modules/home-manager/bundles/dev.nix
2026-02-22 16:47:53 +11:00

11 lines
128 B
Nix

{
util,
...
}:
{
imports = util.toImports ../features [
# keep-sorted start
"direnv"
# keep-sorted end
];
}