5 lines
87 B
Nix

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