nixos/modules/default.nix
2022-12-05 22:55:34 +01:00

8 lines
75 B
Nix

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