nixos/modules/nixos/default.nix

8 lines
No EOL
73 B
Nix

{ ... }:
{
imports = [
./hardware
./software
./users
];
}