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

14 lines
150 B
Nix

{ ... }:
{
imports = [
./avtools
./chat
./gaming
./general
./headless
./production
./remote-desktop
./school
];
}