NixOS-Config/modules/home/programs/misc/default.nix

10 lines
86 B
Nix

{ ... }:
{
imports = [
./avtools
./chat
./general
./headless
];
}