sisyphus/nixos/modules/default.nix

10 lines
120 B
Nix

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