nix/modules/default.nix
2024-08-31 17:05:26 +02:00

10 lines
91 B
Nix

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