nix/modules/default.nix

12 lines
121 B
Nix
Raw Normal View History

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