nixos/modules/default.nix
2022-11-30 14:52:47 +01:00

7 lines
62 B
Nix

{ ... }:
{
imports = [
./hardware
./services
];
}