9 lines
96 B
Nix

{ ... }:
{
imports = [
./engineering.nix
./notes.nix
./programming.nix
];
}