nix/modules/default.nix

12 lines
117 B
Nix
Raw Normal View History

2024-06-05 20:52:52 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./apps
./desktop
./hardware
./services
./styling
./system
./tools
2024-06-05 20:52:52 +02:00
];
}