hosts/overlays/default.nix

8 lines
81 B
Nix
Raw Normal View History

2023-02-26 16:42:49 +01:00
{ ... }:
{
2023-03-25 09:54:00 +01:00
imports = [
./burp.nix
./horizon-eda.nix
2023-03-25 09:54:00 +01:00
];
2023-02-26 16:42:49 +01:00
}