sisyphus/nixos/modules/default.nix

8 lines
89 B
Nix

{
imports = [
./hardware
./programs
./services
./virtualisation
];
}