niksos/modules/default.nix

10 lines
104 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2023-10-13 21:04:24 +02:00
imports = [
./cli
./gui
./other
./services
./tui
];
}