# # Hardware # # flake.nix # ├─ ./hosts # │ └─ ./ # │ └─ default.nix # └─ ./modules # └─ ./hardware # └─ default.nix * # └─ ... # { imports = [ ./bluetooth.nix ]; }