config.nix/modules/apps/default.nix
2026-04-11 17:21:28 +02:00

22 lines
213 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./audio
./development
./gaming
./image
./internet
./messaging
./misc
./peripherals
./video
./sync
./terminal
];
}