16 lines
238 B
Nix
16 lines
238 B
Nix
#
|
|
# Hardware
|
|
#
|
|
# flake.nix
|
|
# ├─ ./hosts
|
|
# │ └─ ./<host>
|
|
# │ └─ default.nix
|
|
# └─ ./modules
|
|
# └─ ./services
|
|
# └─ default.nix *
|
|
# └─ ...
|
|
#
|
|
[
|
|
./bluetooth.nix
|
|
]
|